cmake doesn't respect CMAKE_SHARED_LINKER_FLAGS set in CMake...
I added this line to CMakeLists.txt: set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,defs") However, this link flag isn't used, and doesn't appear anywhere in the project after it is built. CMakeCache.txt...