Index: CMakeLists.txt =================================================================== --- CMakeLists.txt +++ CMakeLists.txt @@ -3,4 +3,7 @@ set(OPENMP_LLVM_TOOLS_DIR "" CACHE PATH "Path to LLVM tools for testing") add_subdirectory(runtime) -add_subdirectory(libomptarget) + +if (NOT WIN32) + add_subdirectory(libomptarget) +endif()