summaryrefslogtreecommitdiff
path: root/CMake/setup.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/setup.cmake')
-rw-r--r--CMake/setup.cmake8
1 files changed, 3 insertions, 5 deletions
diff --git a/CMake/setup.cmake b/CMake/setup.cmake
index 1ff5585ce..7dd91ebd4 100644
--- a/CMake/setup.cmake
+++ b/CMake/setup.cmake
@@ -82,11 +82,9 @@ include(TestBigEndian)
TEST_BIG_ENDIAN(WORDS_BIGENDIAN)
if (CMAKE_GENERATOR MATCHES "Xcode")
- if (NOT (CMAKE_VERSION VERSION_LESS 3.9)) # CMake 3.9 and up
- # Tell Xcode to regenerate scheme information automatically whenever the
- # CMake configuration changes without asking the user
- set (CMAKE_XCODE_GENERATE_SCHEME 1)
- endif()
+ # Tell Xcode to regenerate scheme information automatically whenever the
+ # CMake configuration changes without asking the user
+ set (CMAKE_XCODE_GENERATE_SCHEME 1)
endif()
if (APPLE)