Skip to content

Commit aa94b93

Browse files
Merge pull request #8 from PickNikRobotics/pr-fail-on-waring
Fail on warning
2 parents d9050d2 + d423f29 commit aa94b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.14)
22

33
project(kinova_vision)
44

5+
add_compile_options(-Werror)
6+
57
if(NOT CMAKE_CXX_STANDARD)
68
set(CMAKE_CXX_STANDARD 17)
79
endif()

0 commit comments

Comments
 (0)