lib paths is actually a string

This commit is contained in:
Stephen Birarda 2015-02-20 12:21:10 -08:00
parent a85cb2eeaa
commit b7cc163ca4

View file

@ -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()