Skip to content

Commit f1f309b

Browse files
authored
Fix
1 parent 26d3ec8 commit f1f309b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function(configure_kernel kernel)
132132
set(XEUS_CPP_RESOURCE_DIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/clang/${CPPINTEROP_LLVM_VERSION_MAJOR})
133133
set(XEUS_CPP_INCLUDE_DIR ${CMAKE_INSTALL_PREFIX}/include)
134134

135-
if(${kernel} MATCHES "omp$")
135+
if(${kernel} MATCHES "omp/$")
136136
set(XEUS_CPP_OMP "-fopenmp")
137137
endif()
138138

0 commit comments

Comments
 (0)