Commit e03bd28881038799159af0a504b378f864e32813
1 parent
fc5eeb26
Revert "find openmp (for eigen)"
This reverts commit fc5eeb269b4948a6173a60ba9ddc270ec1df66e5.
Showing
1 changed file
with
0 additions
and
7 deletions
CMakeLists.txt
| @@ -108,13 +108,6 @@ if(${BR_WITH_CVMATIO}) | @@ -108,13 +108,6 @@ if(${BR_WITH_CVMATIO}) | ||
| 108 | set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} cvmatio) | 108 | set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} cvmatio) |
| 109 | endif() | 109 | endif() |
| 110 | 110 | ||
| 111 | -# Find OpenMP | ||
| 112 | -find_package(OpenMP) | ||
| 113 | -if (OPENMP_FOUND) | ||
| 114 | - set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}") | ||
| 115 | - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}") | ||
| 116 | -endif() | ||
| 117 | - | ||
| 118 | # Compiler flags | 111 | # Compiler flags |
| 119 | if(UNIX) | 112 | if(UNIX) |
| 120 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-strict-overflow -Wno-comment -Wno-unknown-pragmas -fvisibility=hidden -fno-omit-frame-pointer") | 113 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-strict-overflow -Wno-comment -Wno-unknown-pragmas -fvisibility=hidden -fno-omit-frame-pointer") |