Skip to content

Commit

Permalink
[hokuyo_estimation] not overwritten CMAKE_CXX_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukiKozukapenguin committed Jun 8, 2024
1 parent bb59ee2 commit 6fb91b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hokuyo_estimation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ find_package(catkin REQUIRED COMPONENTS

## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
set(CMAKE_CXX_FLAGS "-std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

find_package(OpenCV REQUIRED)
message(WARNING "OPENCV ${OpenCV_VERSION} FOUND")
Expand Down

0 comments on commit 6fb91b9

Please sign in to comment.