From bde36062b7a0bf621086e73a5d419cd8637e9e96 Mon Sep 17 00:00:00 2001 From: ipriver Date: Mon, 22 Jun 2020 15:27:03 +0300 Subject: fixed indentation for cmake files (cherry picked from commit a46d047f9466c6f16597755bb7c771a9d1a147f2) --- PreLoad.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'PreLoad.cmake') 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() -- cgit v1.2.3