summaryrefslogtreecommitdiff
path: root/Modules/Platform/Apple-GNU-CXX.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Platform/Apple-GNU-CXX.cmake')
-rw-r--r--Modules/Platform/Apple-GNU-CXX.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Apple-GNU-CXX.cmake b/Modules/Platform/Apple-GNU-CXX.cmake
new file mode 100644
index 000000000..727f72641
--- /dev/null
+++ b/Modules/Platform/Apple-GNU-CXX.cmake
@@ -0,0 +1,4 @@
+include(Platform/Apple-GNU)
+__apple_compiler_gnu(CXX)
+cmake_gnu_set_sysroot_flag(CXX)
+cmake_gnu_set_osx_deployment_target_flag(CXX)