From 29e152f42b8256984362b9ba29566e2c2b1da7fc Mon Sep 17 00:00:00 2001 From: click Date: Tue, 10 Aug 2010 22:40:34 +0200 Subject: Buildsystem/Windows: Use CMAKE_INSTALL_PREFIX as result-dir for output (Thanks to Paradox) (Suggested change for genrevisions default path retained to avoid breaking earlier builds, and it's not really a "server binary") Fixes issue 3366 --HG-- branch : trunk --- PreLoad.cmake | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PreLoad.cmake (limited to 'PreLoad.cmake') diff --git a/PreLoad.cmake b/PreLoad.cmake new file mode 100644 index 00000000000..bd6f0396584 --- /dev/null +++ b/PreLoad.cmake @@ -0,0 +1,6 @@ +IF(WIN32) + IF(NOT CYGWIN) + SET(CMAKE_INSTALL_PREFIX + "" CACHE PATH "Default install path") + ENDIF(NOT CYGWIN) +ENDIF(WIN32) -- cgit v1.2.3