Revision: 77908
http://sourceforge.net/p/brlcad/code/77908
Author: starseeker
Date: 2020-12-03 17:24:53 +0000 (Thu, 03 Dec 2020)
Log Message:
-----------
We're requiring >3.6 now, we can discard the APPLE specific bit here.
Modified Paths:
--------------
brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake
Modified: brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake
===================================================================
--- brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake 2020-12-03 17:23:44 UTC
(rev 77907)
+++ brlcad/trunk/misc/CMake/BRLCAD_Targets.cmake 2020-12-03 17:24:53 UTC
(rev 77908)
@@ -694,14 +694,6 @@
IS_SUBPATH("${BRLCAD_BINARY_DIR}" "${abs_inc_dir}" IS_LOCAL)
endif (NOT IS_LOCAL)
if("${inc_dir}" MATCHES "other" OR NOT IS_LOCAL)
- # Unfortunately, a bug in the CMake SYSTEM option to
- # include_directories requires that these variables be
- # explicitly set on OSX until we can require CMake version 3.6 -
- # see https://public.kitware.com/Bug/view.php?id=15953
- if(APPLE)
- set(CMAKE_INCLUDE_SYSTEM_FLAG_C "-isystem ")
- set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ")
- endif(APPLE)
if("${inc_dir}" MATCHES "other")
include_directories(SYSTEM ${inc_dir})
else("${inc_dir}" MATCHES "other")
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits