File tree 8 files changed +8
-8
lines changed
ocs2_anymal_bear_loopshaping
ocs2_anymal_bear_switched_model
ocs2_anymal_bear_visualization
ocs2_quadruped_augmented_interface
ocs2_switched_model_interface
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ if(USE_PYBIND_PYTHON_3)
22
22
endif (USE_PYBIND_PYTHON_3)
23
23
find_package (pybind11 QUIET )
24
24
25
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math - fPIC" )
25
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -fPIC" )
26
26
27
27
###################################
28
28
## catkin specific configuration ##
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ find_package(Boost REQUIRED COMPONENTS
17
17
filesystem
18
18
)
19
19
20
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math " )
20
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors" )
21
21
22
22
###################################
23
23
## catkin specific configuration ##
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ find_package(catkin REQUIRED COMPONENTS
12
12
## Eigen3
13
13
find_package (Eigen3 3.3 REQUIRED NO_MODULE)
14
14
15
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math " )
15
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors" )
16
16
17
17
###################################
18
18
## catkin specific configuration ##
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ find_package(catkin REQUIRED COMPONENTS
9
9
## Eigen3
10
10
find_package (Eigen3 3.3 REQUIRED NO_MODULE)
11
11
12
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math " )
12
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors" )
13
13
14
14
###################################
15
15
## catkin specific configuration ##
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ find_package(Boost REQUIRED COMPONENTS
15
15
filesystem
16
16
)
17
17
18
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math - fPIC" )
18
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -fPIC" )
19
19
20
20
###################################
21
21
## catkin specific configuration ##
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ find_package(catkin REQUIRED COMPONENTS
12
12
13
13
find_package (Eigen3 3.3 REQUIRED NO_MODULE)
14
14
15
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math " )
15
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors" )
16
16
17
17
###################################
18
18
## catkin specific configuration ##
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ find_package(Boost REQUIRED COMPONENTS
24
24
filesystem
25
25
)
26
26
27
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math " )
27
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors" )
28
28
29
29
###################################
30
30
## catkin specific configuration ##
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
15
15
## Eigen3
16
16
find_package (Eigen3 3.3 REQUIRED NO_MODULE)
17
17
18
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors -ffast-math " )
18
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -fopenmp -std=c++11 -Wfatal-errors" )
19
19
20
20
###################################
21
21
## catkin specific configuration ##
You can’t perform that action at this time.
0 commit comments