We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beda0f1 commit 1155ad1Copy full SHA for 1155ad1
openmp/CMakeLists.txt
@@ -3,4 +3,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
3
set(OPENMP_LLVM_TOOLS_DIR "" CACHE PATH "Path to LLVM tools for testing")
4
5
add_subdirectory(runtime)
6
-add_subdirectory(libomptarget)
+
7
+if (NOT WIN32)
8
+ add_subdirectory(libomptarget)
9
+endif()
0 commit comments