Skip to content

Commit 4aa9008

Browse files
committed
remove find_package(OpenMP) from CMake
OpenMP implicitly needs to be found by MKL with "intel_thread" set, so the set is unnecessary
1 parent 21f8681 commit 4aa9008

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ cmake_print_variables(Python_NumPy_INCLUDE_DIRS)
2323
set(CYTHON_FLAGS "-t -w \"${CMAKE_SOURCE_DIR}\"")
2424
find_package(Cython REQUIRED)
2525

26-
find_package(OpenMP REQUIRED)
2726
set(MKL_ARCH "intel64")
2827
set(MKL_LINK "dynamic")
2928
set(MKL_THREADING "intel_thread")

0 commit comments

Comments
 (0)