- Dec 12, 2016
-
-
Martin Christoph Hierholzer authored
Fixed the confusing and inconsistently used names *_LINK_FLAGS and *_LINKER_FLAGS by always setting and getting both variables
-
- Jul 27, 2016
-
-
Martin Killenberg authored
- Quotes around input variables when doing string replace avoid existing semicolons from being deleted. - The project target library itself was missing in the linker flags.
-
- Jun 02, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-
- May 27, 2016
-
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
fixed issue with compiler/linker flags being interpreted as lists and thus having semicolons in between
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
${PROJECT_NAME}_CPPFLAGS -> ${PROJECT_NAME}_CXX_FLAGS ${PROJECT_NAME}_LDFLAGS -> ${PROJECT_NAME}_LINK_FLAGS also make sure that the exported lists are consistently space-separated (sometimes they might be semicolon separated or mixed)
-
Martin Christoph Hierholzer authored
-
Martin Christoph Hierholzer authored
-