Squashed 'cmake/' changes from de83fed..3ea43dc
3ea43dc Fix program files osg search 14e987f Fix lua and file copy targets git-subtree-dir: cmake git-subtree-split: 3ea43dc726d289f72f4fc4c35b8d8acc47b17ab0
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