You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you change "SET(BUILD_SHARED_LIBS OFF)" to "OPTION(BUILD_SHARED_LIBS OFF)" in CMakeLists.txt, so one can use "cmake .. -DBUILD_SHARED_LIBS=ON" to enable shared libraries?
Cheers,
Hauke
The text was updated successfully, but these errors were encountered:
Hey Steve,
Could you change "SET(BUILD_SHARED_LIBS OFF)" to "OPTION(BUILD_SHARED_LIBS OFF)" in CMakeLists.txt, so one can use "cmake .. -DBUILD_SHARED_LIBS=ON" to enable shared libraries?
Cheers,
Hauke
The text was updated successfully, but these errors were encountered: