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 8908d1e commit d8a86a8Copy full SHA for d8a86a8
CMakeLists.txt
@@ -20,7 +20,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES EXPORT_NAME RapidLib)
20
21
22
set(public_headers
23
- include/rapidLib/rapidlib.h
+ include/rapidLib/rapidLib.h
24
include/rapidLib/classification.h
25
include/rapidLib/modelSet.h
26
include/rapidLib/regression.h
@@ -67,9 +67,7 @@ list(APPEND sources
67
68
target_sources(${PROJECT_NAME} PRIVATE ${sources})
69
70
-target_compile_definitions(${PROJECT_NAME}
71
- PUBLIC
72
- "$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:RAPIDLIB_STATIC_DEFINE")
+target_compile_definitions(${PROJECT_NAME} PUBLIC "$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:RAPIDLIB_STATIC_DEFINE>")
73
74
target_include_directories(${PROJECT_NAME}
75
PUBLIC
0 commit comments