Revision: 77888
          http://sourceforge.net/p/brlcad/code/77888
Author:   starseeker
Date:     2020-12-03 13:52:48 +0000 (Thu, 03 Dec 2020)
Log Message:
-----------
To avoid ambiguity, be clear the full path we are specifying for include

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt

Modified: 
brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt  
2020-12-03 13:48:38 UTC (rev 77887)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt  
2020-12-03 13:52:48 UTC (rev 77888)
@@ -19,7 +19,7 @@
   set(LEMON_ExpParser_HDR ${CMAKE_CURRENT_SOURCE_DIR}/generated/expparse.h)
   set(PERPLEX_ExpScanner_SRC ${CMAKE_CURRENT_SOURCE_DIR}/generated/expscan.c)
   set(PERPLEX_ExpScanner_HDR ${CMAKE_CURRENT_SOURCE_DIR}/generated/expscan.h)
-  include_directories(generated)
+  include_directories(${CMAKE_CURRENT_SOURCE_DIR}/generated)
 endif(SC_GENERATE_LP_SOURCES)
 
 set(EXPRESS_SOURCES

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