Revision: 77618
          http://sourceforge.net/p/brlcad/code/77618
Author:   starseeker
Date:     2020-10-23 18:14:32 +0000 (Fri, 23 Oct 2020)
Log Message:
-----------
Pull in the thirdparty_rework fix for the include directory for the 
regress/user test - need to handle multiconfig directories if we're doing that 
type of build.

Modified Paths:
--------------
    brlcad/branches/extbuild/regress/user/CMakeLists.txt

Modified: brlcad/branches/extbuild/regress/user/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/regress/user/CMakeLists.txt        2020-10-23 
17:47:00 UTC (rev 77617)
+++ brlcad/branches/extbuild/regress/user/CMakeLists.txt        2020-10-23 
18:14:32 UTC (rev 77618)
@@ -26,7 +26,7 @@
 # superset of what will be installed, but is the best available option without
 # performing an actual install step.)
 if(NOT "${CMAKE_CFG_INTDIR}" STREQUAL ".")
-  target_include_directories(cad_user PUBLIC 
"${CMAKE_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${INCLUDE_DIR}/brlcad")
+  target_include_directories(cad_user PUBLIC 
"${CMAKE_BINARY_DIR}/$<CONFIG>/${INCLUDE_DIR}/brlcad")
 else(NOT "${CMAKE_CFG_INTDIR}" STREQUAL ".")
   target_include_directories(cad_user PUBLIC 
"${CMAKE_BINARY_DIR}/${INCLUDE_DIR}/brlcad")
 endif(NOT "${CMAKE_CFG_INTDIR}" STREQUAL ".")

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