fixed indentation for cmake files

(cherry picked from commit a46d047f94)
This commit is contained in:
ipriver
2020-06-22 15:27:03 +03:00
committed by Shauren
parent c776218cb5
commit bde36062b7
30 changed files with 195 additions and 195 deletions

View File

@@ -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()