Revision: 77874
http://sourceforge.net/p/brlcad/code/77874
Author: starseeker
Date: 2020-12-02 18:19:38 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
See if just listing parse_data.h explicitly helps.
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-02 18:11:05 UTC (rev 77873)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/src/express/CMakeLists.txt
2020-12-02 18:19:38 UTC (rev 77874)
@@ -11,10 +11,10 @@
PERPLEX_TARGET(ExpScanner expscan.l)
ADD_PERPLEX_LEMON_DEPENDENCY(ExpScanner ExpParser)
- add_library(objlib_expscan_c OBJECT ${PERPLEX_ExpScanner_SRC}
${PERPLEX_ExpScanner_HDR})
+ add_library(objlib_expscan_c OBJECT ${PERPLEX_ExpScanner_SRC})
set_property(TARGET objlib_expscan_c PROPERTY POSITION_INDEPENDENT_CODE ON)
- add_library(objlib_expparse_c OBJECT ${LEMON_ExpParser_SRC}
${LEMON_ExpParser_HDR})
+ add_library(objlib_expparse_c OBJECT ${LEMON_ExpParser_SRC})
set_property(TARGET objlib_expparse_c PROPERTY POSITION_INDEPENDENT_CODE ON)
else(SC_GENERATE_LP_SOURCES)
@@ -69,7 +69,7 @@
set_property(TARGET objlib_expscan_c objlib_express_c objlib_lexact_c
APPEND PROPERTY INCLUDE_DIRECTORIES
"${LEMON_ExpParser_INCLUDE_DIR}")
# OBJECT libraries are not targets, and so an explicit dependency is required
- set_source_files_properties(express.c lexact.c PROPERTIES OBJECT_DEPENDS
"${PERPLEX_ExpScanner_HDR};${LEMON_ExpParser_HDR}")
+ set_source_files_properties(express.c lexact.c parse_data.h PROPERTIES
OBJECT_DEPENDS "${PERPLEX_ExpScanner_HDR};${LEMON_ExpParser_HDR}")
endif()
# TODO
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