Revision: 68989
http://sourceforge.net/p/brlcad/code/68989
Author: starseeker
Date: 2016-10-05 13:42:14 +0000 (Wed, 05 Oct 2016)
Log Message:
-----------
use root in message
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2016-10-05 13:41:03 UTC (rev 68988)
+++ brlcad/trunk/CMakeLists.txt 2016-10-05 13:42:14 UTC (rev 68989)
@@ -2603,7 +2603,11 @@
endif(NOT EXISTS "${BRLCAD_BINARY_DIR}/CMakeCache.txt.prev")
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${dir})
if(NOT EXISTS "${BRLCAD_BINARY_DIR}/CMakeCache.txt.prev")
- message("-- Addition of directory ${dir} requested, but not found on
filesystem - skipping")
+ if(NOT "${root}" STREQUAL "")
+ message("-- Addition of directory ${root}/${dir} requested, but not
found on filesystem - skipping")
+ else(NOT "${root}" STREQUAL "")
+ message("-- Addition of directory ${dir} requested, but not found on
filesystem - skipping")
+ endif(NOT "${root}" STREQUAL "")
endif(NOT EXISTS "${BRLCAD_BINARY_DIR}/CMakeCache.txt.prev")
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${dir})
endmacro()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits