CMake/Tests/CMakeOnly/find_library
Brad King 733726edf6 find_library: Fix mixed lib->lib64 (non-)conversion cases (#13419)
When a search path contains multiple "lib/" instances we previously
converted all or none.  This fails for cases where only some of the
multiple instances must be converted.  Teach AddArchitecturePaths to
generate all combinations that exist.  Uncomment these cases in the
CMakeOnly.find_library test now that they work.
2012-07-20 14:19:11 -04:00
..
lib find_library: Add test covering lib->lib64 cases 2012-07-20 14:19:07 -04:00
lib64 find_library: Add test covering lib->lib64 cases 2012-07-20 14:19:07 -04:00
CMakeLists.txt find_library: Fix mixed lib->lib64 (non-)conversion cases (#13419) 2012-07-20 14:19:11 -04:00