Revision: 77918
http://sourceforge.net/p/brlcad/code/77918
Author: starseeker
Date: 2020-12-04 00:54:15 +0000 (Fri, 04 Dec 2020)
Log Message:
-----------
Use $<CONFIG> here, not CMAKE_CFG_INTDIR.
Modified Paths:
--------------
brlcad/trunk/regress/user/CMakeLists.txt
Modified: brlcad/trunk/regress/user/CMakeLists.txt
===================================================================
--- brlcad/trunk/regress/user/CMakeLists.txt 2020-12-04 00:47:57 UTC (rev
77917)
+++ brlcad/trunk/regress/user/CMakeLists.txt 2020-12-04 00:54:15 UTC (rev
77918)
@@ -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