We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c05e43 commit b3b708dCopy full SHA for b3b708d
CMakeLists.txt
@@ -20,7 +20,6 @@ endif(CUNSEARCH_USE_DOUBLE_PRECISION)
20
21
OPTION(BUILD_AS_SHARED_LIBS "Build all the libraries as shared" OFF)
22
if (BUILD_AS_SHARED_LIBS)
23
- add_definitions( -DBUILD_AS_SHARED_LIBS)
24
if(WIN32)
25
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON CACHE BOOL "Export all symbols")
26
endif(WIN32)
0 commit comments