aboutsummaryrefslogtreecommitdiff
path: root/PreLoad.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'PreLoad.cmake')
-rw-r--r--PreLoad.cmake6
1 files changed, 6 insertions, 0 deletions
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)