Specified c++ version
This commit is contained in:
@ -50,4 +50,6 @@ install( TARGETS
|
||||
DESTINATION lib/${PROJECT_NAME}
|
||||
)
|
||||
|
||||
target_compile_features(mg_nav_server PUBLIC c_std_99 cxx_std_17) # Require C99 and C++17
|
||||
|
||||
ament_package()
|
||||
|
||||
Reference in New Issue
Block a user