aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--icd/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/icd/CMakeLists.txt b/icd/CMakeLists.txt
index 74d24144..ecc2bb6f 100644
--- a/icd/CMakeLists.txt
+++ b/icd/CMakeLists.txt
@@ -13,8 +13,7 @@ else()
endif()
add_subdirectory(common)
-if (WIN32)
- add_subdirectory(nulldrv)
-else()
+add_subdirectory(nulldrv)
+if (NOT WIN32)
add_subdirectory(intel)
endif()