mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
add missing docstring to AddPathsToLibPaths
This commit is contained in:
parent
b7cc163ca4
commit
32fa2e8d31
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 STRING FORCE)
|
||||
set(LIB_PATHS ${_TEMP_LIB_PATHS} CACHE STRING "Paths for external libraries passed to fixup_bundle" FORCE)
|
||||
endforeach()
|
||||
endmacro()
|
Loading…
Reference in a new issue