aboutsummaryrefslogtreecommitdiff
path: root/PreLoad.cmake
diff options
context:
space:
mode:
authorclick <none@none>2010-08-10 23:11:40 +0200
committerclick <none@none>2010-08-10 23:11:40 +0200
commit3002300e71f5ece7b7642e9818f85db390eebb4d (patch)
tree184bb738cbacb642320b0aa9c13efbcdc14cf398 /PreLoad.cmake
parent29e152f42b8256984362b9ba29566e2c2b1da7fc (diff)
Backed out changeset 2f79fd19c2c5 - needs some more thought, sorry - I promise it will work better once I got it sorted properly!
--HG-- branch : trunk
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)