diff options
author | ipriver <g1ran1q@gmail.com> | 2020-06-22 15:27:03 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 23:40:39 +0100 |
commit | bde36062b7a0bf621086e73a5d419cd8637e9e96 (patch) | |
tree | 509f8303b1f6e00cb1b4c44d88e5e7eb0093a369 /PreLoad.cmake | |
parent | c776218cb5b0cc8f9f6d4d509cf6c36212eb38aa (diff) |
fixed indentation for cmake files
(cherry picked from commit a46d047f9466c6f16597755bb7c771a9d1a147f2)
Diffstat (limited to 'PreLoad.cmake')
-rw-r--r-- | PreLoad.cmake | 4 |
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() |