Commented out cxx flag settings in CMakeLists.txt to let CI work normally
This commit is contained in:
parent
15e1883909
commit
f5d59c5355
@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD 14)
|
|||||||
find_package(Eigen3 REQUIRED NO_MODULE)
|
find_package(Eigen3 REQUIRED NO_MODULE)
|
||||||
find_package(OpenMP)
|
find_package(OpenMP)
|
||||||
|
|
||||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -mfma")
|
## SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -mfma")
|
||||||
option(USE_OPENMP "Compile with OpenMP support" ON)
|
option(USE_OPENMP "Compile with OpenMP support" ON)
|
||||||
|
|
||||||
add_subdirectory(app)
|
add_subdirectory(app)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user