We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978c52c commit 3c2b9d0Copy full SHA for 3c2b9d0
1 file changed
CMakeLists.txt
@@ -107,7 +107,6 @@ endif()
107
108
find_package(argparse REQUIRED)
109
find_package(pugixml REQUIRED)
110
-find_package(OpenMP)
111
112
# Configuration
113
# =============
@@ -131,7 +130,7 @@ function(configure_kernel kernel)
131
130
else()
132
set(XEUS_CPP_INCLUDE_DIR ${CMAKE_INSTALL_PREFIX}/include)
133
if(${kernel} MATCHES "omp/$")
134
- set(XEUS_CPP_OMP "${OpenMP_CXX_FLAGS}")
+ set(XEUS_CPP_OMP "-fopenmp")
135
endif()
136
137
if (WIN32)
0 commit comments