Skip to content

Commit 922c649

Browse files
Merged in fix/ocs2_ipm/CMakeLists (pull request #689)
changing to CF_WERROR
2 parents 50c3e3a + 52b0d0e commit 922c649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocs2_ipm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if(cmake_clang_tools_FOUND)
7373
TARGETS ${PROJECT_NAME}
7474
SOURCE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURCE_DIR}/test
7575
CT_HEADER_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include
76-
CF_FIX
76+
CF_WERROR
7777
)
7878
endif(cmake_clang_tools_FOUND)
7979

0 commit comments

Comments
 (0)