Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: disallow contract tests when building shared libs (#264)
There's no point trying to build contract tests when building the SDK as a shared lib, since we don't expose a C++ ABI (get a bunch of undefined symbol errors.) Can also remove the warning message that I had previously - it's not actually necessary if you use `cmake_dependent_option` correctly.
- Loading branch information