Skip to content

Commit 6c55c86

Browse files
committed
Add warnings to service object library
1 parent 5343c51 commit 6c55c86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ecal/service/ecal_service/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ target_compile_definitions(${PROJECT_NAME}
7171
_WIN32_WINNT=0x0601
7272
)
7373

74+
ecal_add_compiler_warnings(${PROJECT_NAME})
75+
7476
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_14)
7577

7678
# Add own public include directory
@@ -92,4 +94,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
9294
source_group(TREE "${CMAKE_CURRENT_SOURCE_DIR}" FILES
9395
${includes}
9496
${sources}
95-
)
97+
)

0 commit comments

Comments
 (0)