aboutsummaryrefslogtreecommitdiff
path: root/cmake/platform/unix
diff options
context:
space:
mode:
authoripriver <g1ran1q@gmail.com>2020-06-22 15:27:03 +0300
committerShauren <shauren.trinity@gmail.com>2022-01-06 23:40:39 +0100
commitbde36062b7a0bf621086e73a5d419cd8637e9e96 (patch)
tree509f8303b1f6e00cb1b4c44d88e5e7eb0093a369 /cmake/platform/unix
parentc776218cb5b0cc8f9f6d4d509cf6c36212eb38aa (diff)
fixed indentation for cmake files
(cherry picked from commit a46d047f9466c6f16597755bb7c771a9d1a147f2)
Diffstat (limited to 'cmake/platform/unix')
-rw-r--r--cmake/platform/unix/settings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/unix/settings.cmake b/cmake/platform/unix/settings.cmake
index 47e10d3cda1..51e0955977f 100644
--- a/cmake/platform/unix/settings.cmake
+++ b/cmake/platform/unix/settings.cmake
@@ -1,5 +1,5 @@
# set default configuration directory
-if( NOT CONF_DIR )
+if(NOT CONF_DIR)
set(CONF_DIR ${CMAKE_INSTALL_PREFIX}/etc)
message(STATUS "UNIX: Using default configuration directory")
endif()