Skip to content
Snippets Groups Projects
Commit b202df42 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

Force MSYS not to look for oneTBB

parent cc72d4a0
No related branches found
No related tags found
1 merge request!67v2.2.1 - Update windows build and TBB
Pipeline #3916 failed
......@@ -17,3 +17,8 @@
SET(CMAKE_GENERATOR "MSYS Makefiles" CACHE INTERNAL "" FORCE)
SET(WAVES_USE_MKL OFF CACHE BOOL "" FORCE)
SET(WAVES_USE_MUMPS OFF CACHE BOOL "" FORCE)
# Prevent CMake to find TBB from oneAPI (so that it can find TBB from MSYS)
IF(DEFINED ENV{ONEAPI_ROOT})
UNSET(ENV{ONEAPI_ROOT})
ENDIF()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment