aboutsummaryrefslogtreecommitdiff
path: root/PreLoad.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'PreLoad.cmake')
-rw-r--r--PreLoad.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/PreLoad.cmake b/PreLoad.cmake
deleted file mode 100644
index bd6f0396584..00000000000
--- a/PreLoad.cmake
+++ /dev/null
@@ -1,6 +0,0 @@
-IF(WIN32)
- IF(NOT CYGWIN)
- SET(CMAKE_INSTALL_PREFIX
- "" CACHE PATH "Default install path")
- ENDIF(NOT CYGWIN)
-ENDIF(WIN32)