mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 23:19:57 +00:00
CMakeLists.txt: fix add_debug_variants() to work on Debug build. Re: #201 [ci skip]
This commit is contained in:
committed by
Thomas Krijnen
parent
af2799acd4
commit
68b432f6c0
@@ -128,6 +128,7 @@ MESSAGE(STATUS "Boost libraries found in ${Boost_LIBRARY_DIRS}")
|
|||||||
# make sure the lib variable ends with not just contains it.
|
# make sure the lib variable ends with not just contains it.
|
||||||
function(add_debug_variants NAME LIBRARIES POSTFIX)
|
function(add_debug_variants NAME LIBRARIES POSTFIX)
|
||||||
set(LIBRARIES_STR "${LIBRARIES}")
|
set(LIBRARIES_STR "${LIBRARIES}")
|
||||||
|
set(LIBRARIES "")
|
||||||
# the result, "optimized <lib> debug <lib>", needs to be a list instead of a string
|
# the result, "optimized <lib> debug <lib>", needs to be a list instead of a string
|
||||||
foreach(lib ${LIBRARIES_STR})
|
foreach(lib ${LIBRARIES_STR})
|
||||||
list(APPEND LIBRARIES optimized)
|
list(APPEND LIBRARIES optimized)
|
||||||
|
|||||||
Reference in New Issue
Block a user