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 e4240b1 commit 5cda3c6Copy full SHA for 5cda3c6
1 file changed
CMakeLists.txt
@@ -18,9 +18,7 @@ if (NOT DEFINED BUILD_SHARED_LIBS)
18
endif()
19
20
if(BUILD_SHARED_LIBS)
21
- add_compile_definitions(LODESTONE_BUILD_SHARED_LIBS=1)
22
-else()
23
- add_compile_definitions(LODESTONE_BUILD_SHARED_LIBS=0)
+ add_compile_definitions(LODESTONE_BUILD_SHARED_LIBS)
24
25
26
include(${CMAKE_CURRENT_SOURCE_DIR}/scripts/cmake/linting.cmake)
0 commit comments