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 5343c51 commit 6c55c86Copy full SHA for 6c55c86
ecal/service/ecal_service/CMakeLists.txt
@@ -71,6 +71,8 @@ target_compile_definitions(${PROJECT_NAME}
71
_WIN32_WINNT=0x0601
72
)
73
74
+ecal_add_compiler_warnings(${PROJECT_NAME})
75
+
76
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_14)
77
78
# Add own public include directory
@@ -92,4 +94,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
92
94
source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES
93
95
${includes}
96
${sources}
-)
97
+)
0 commit comments