[CMAKE]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 20 Jul 2013 11:07:30 +0000 (11:07 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 20 Jul 2013 11:07:30 +0000 (11:07 +0000)
- Fix MSVC 64 bit host-tools build

svn path=/trunk/; revision=59536

reactos/CMakeLists.txt

index 41cda13..201c4e3 100644 (file)
@@ -65,7 +65,9 @@ if(NOT CMAKE_CROSSCOMPILING)
 
     include_directories(include/host)
 
-    add_subdirectory(dll/win32/dbghelp)
+    if(NOT MSVC)
+        add_subdirectory(dll/win32/dbghelp)
+    endif()
     add_subdirectory(tools)
     add_subdirectory(lib)