Revision: 77242
          http://sourceforge.net/p/brlcad/code/77242
Author:   starseeker
Date:     2020-09-26 01:34:38 +0000 (Sat, 26 Sep 2020)
Log Message:
-----------
Ugh.  Fancy ExternalProject tricks are going to need some rethinking for the 
superbuild.

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/misc/CMake/ExternalProject_Target.cmake

Modified: 
brlcad/branches/thirdparty_rework/misc/CMake/ExternalProject_Target.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/misc/CMake/ExternalProject_Target.cmake   
2020-09-26 01:26:24 UTC (rev 77241)
+++ brlcad/branches/thirdparty_rework/misc/CMake/ExternalProject_Target.cmake   
2020-09-26 01:34:38 UTC (rev 77242)
@@ -8,6 +8,11 @@
 # settings in the external projects as if the external files were built by the
 # main CMake project.
 
+# TODO - need to rework this in a way that's compatible with the superbuild
+# pattern.  Main BRL-CAD build won't have the ExternalProject_Add targets from
+# the superbuild, so we need another way to handle getting the necessary
+# info to the main build.  Maybe useful:
+# 
https://gitlab.kitware.com/cmake/community/-/wikis/doc/tutorials/How-to-create-a-ProjectConfig.cmake-file
 
 # The catch to this is that the external project outputs MUST be built in a way
 # that is compatible with CMake's RPath handling assumptions.  See

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

Reply via email to