mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add LIB_PATHS debugging to catch destruction
This commit is contained in:
parent
0ff382e68a
commit
5b563e3bc5
1 changed files with 4 additions and 0 deletions
|
@ -12,10 +12,14 @@
|
|||
macro(ADD_PATHS_TO_LIB_PATHS)
|
||||
foreach(_PATH ${ARGN})
|
||||
set(_TEMP_LIB_PATHS ${LIB_PATHS})
|
||||
message(STATUS "RIGHT NOW LIB_PATHS IS ${LIB_PATHS}")
|
||||
|
||||
list(APPEND _TEMP_LIB_PATHS ${_PATH})
|
||||
|
||||
list(REMOVE_DUPLICATES _TEMP_LIB_PATHS)
|
||||
|
||||
set(LIB_PATHS ${_TEMP_LIB_PATHS} CACHE TYPE LIST FORCE)
|
||||
|
||||
message(STATUS "WE JUST SET LIB_PATHS TO ${LIB_PATHS}")
|
||||
endforeach()
|
||||
endmacro()
|
Loading…
Reference in a new issue