Merge commit '468beb30aa0308f9201294bc958b5e11fbe6d2fa'
This commit is contained in:
@@ -33,8 +33,10 @@ if(WIN32)
|
||||
elseif(MSVC90)
|
||||
list_filter_out(_osgpaths "[vV][cC]8" ${_osgpaths})
|
||||
endif()
|
||||
list(SORT _osgpaths)
|
||||
list(REVERSE _osgpaths)
|
||||
if(_osgpaths)
|
||||
list(SORT _osgpaths)
|
||||
list(REVERSE _osgpaths)
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
prefix_list_glob(_osgpaths "/OpenSceneGraph*" /usr /usr/local /opt)
|
||||
|
||||
Reference in New Issue
Block a user