Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-17 16:02:14 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-17 16:02:14 +0300
commit9e64b08fb07798488aac39e3e750a5726cd9d248 (patch)
tree4f268aa3d54a9b11c90cf44e3fd121542c400231 /CMakeLists.txt
parent154876409ea7a87e2c4af08418954f8d884c67fe (diff)
No longer fiddle with libc++ flags on Mac OS.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2733c194..014b5f46 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -195,7 +195,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
endforeach()
endif()
endif()
-if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE)
+if(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
if(CLANG_VERSION_MAJOR GREATER_EQUAL 9)
# Do nothing, it's built in
elseif(CLANG_VERSION_MAJOR GREATER_EQUAL 7)