aboutsummaryrefslogtreecommitdiff
path: root/PreLoad.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'PreLoad.cmake')
-rw-r--r--PreLoad.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/PreLoad.cmake b/PreLoad.cmake
index 6f629724a7a..080ea521558 100644
--- a/PreLoad.cmake
+++ b/PreLoad.cmake
@@ -15,8 +15,8 @@
# destinations elsewhere in the CMake buildsystem (commented out on purpose)
# Override CMAKE_INSTALL_PREFIX on Windows platforms
-#if( WIN32 )
-# if( NOT CYGWIN )
+#if(WIN32)
+# if(NOT CYGWIN)
# set(CMAKE_INSTALL_PREFIX
# "" CACHE PATH "Default install path")
# endif()