aboutsummaryrefslogtreecommitdiff
path: root/PreLoad.cmake
diff options
context:
space:
mode:
authoripriver <g1ran1q@gmail.com>2020-06-22 15:27:03 +0300
committerPeter Keresztes Schmidt <carbenium@outlook.com>2020-06-24 14:42:02 +0200
commita46d047f9466c6f16597755bb7c771a9d1a147f2 (patch)
tree136303f021208e514db5c9b0fff1b65dc8d2d3cf /PreLoad.cmake
parentb210bb37130087d9a25a61dfb1b8baa60540c12c (diff)
fixed indentation for cmake files
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()