Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e1fb30ab0 |
@@ -6,8 +6,8 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
add_compile_options(-Wall -Wextra -Wpedantic)
|
||||
endif()
|
||||
|
||||
#add_compile_options(-std=c++17 -O3 -w)
|
||||
add_compile_options(-std=c++17 -O3 -w -Wno-dev)
|
||||
add_compile_options(-std=c++17 -O3 -w)
|
||||
# add_compile_options(-std=c++17 -O3 -w -Wno-dev)
|
||||
#add_compile_options(-std=c++11)
|
||||
|
||||
# find dependencies
|
||||
@@ -35,7 +35,7 @@ find_package(Eigen3)
|
||||
|
||||
# set(PCL_ROOT /home/slam10/hivecore_robot_slam/deps_install)
|
||||
|
||||
find_package(PCL 1.10 REQUIRED)
|
||||
find_package(PCL 1.12 REQUIRED)
|
||||
|
||||
message("##################" ${PCL_INCLUDE_DIRS})
|
||||
message("##################" ${PCL_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user