diff options
Diffstat (limited to 'Modules/Platform/Windows.cmake')
-rw-r--r-- | Modules/Platform/Windows.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Platform/Windows.cmake b/Modules/Platform/Windows.cmake index 43605fb..bf958d9 100644 --- a/Modules/Platform/Windows.cmake +++ b/Modules/Platform/Windows.cmake @@ -25,10 +25,10 @@ IF(CMAKE_GENERATOR MATCHES "NMake") SET(CMAKE_END_TEMP_FILE "\n<<") ENDIF(CMAKE_GENERATOR MATCHES "NMake") +INCLUDE(Platform/WindowsPaths) + # uncomment these out to debug nmake and borland makefiles #SET(CMAKE_START_TEMP_FILE "") #SET(CMAKE_END_TEMP_FILE "") #SET(CMAKE_VERBOSE_MAKEFILE 1) - - |