Fix Windows build.
authorMike McLaughlin <mikem@microsoft.com>
Thu, 2 Jul 2015 02:02:25 +0000 (19:02 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Thu, 2 Jul 2015 02:02:25 +0000 (19:02 -0700)
src/debug/daccess/CMakeLists.txt

index 65365d1..c84fe62 100644 (file)
@@ -56,4 +56,6 @@ add_precompiled_header(stdafx.h stdafx.cpp DACCESS_SOURCES)
 
 add_library(daccess ${DACCESS_SOURCES})
 
-add_dependencies(daccess coreclr)
+if(CLR_CMAKE_PLATFORM_UNIX)
+    add_dependencies(daccess coreclr)
+endif(CLR_CMAKE_PLATFORM_UNIX)