tatmaca
tatmaca
Thanks for the prompt response. I've made the suggested edit to the `.cmake` file: ``` ... else() if (NOT DEFINED BUILD_SHARED_LIBS) # build shared libs always set(BUILD_SHARED_LIBS ON) endif() if...
Ah, I see. I am indeed running version 4.0.3—I did resolve the `check_linker_flag()` issue by removing the check in `commonSettings.cmake`. I'm waiting for the `make` call to finish and will...
Looks like that solved it! Thanks again for the help. P.S. Just to confirm, Test 1 will not be run with the `ctest` command because those examples are run manually...