mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
lib paths is actually a string
This commit is contained in:
parent
a85cb2eeaa
commit
b7cc163ca4
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ macro(ADD_PATHS_TO_LIB_PATHS)
|
|||
|
||||
list(REMOVE_DUPLICATES _TEMP_LIB_PATHS)
|
||||
|
||||
set(LIB_PATHS ${_TEMP_LIB_PATHS} CACHE LIST FORCE)
|
||||
set(LIB_PATHS ${_TEMP_LIB_PATHS} CACHE STRING FORCE)
|
||||
endforeach()
|
||||
endmacro()
|
Loading…
Reference in a new issue