CMake/Tests/Complex
Rolf Eike Beer 70f362305f Find_library(): allow searching for versioned shared objects
This did not work because find_library() did only treat the given name as
complete filename if is matched "PREFIX.*SUFFIX":

find_library(MYLIB libfoo.so.2)

Now it is also taken as a whole if the name matches "PREFIX.*SUFFIX\..*".
2012-02-18 16:19:29 +01:00
..
Cache ENH: Move CMakeCache.txt to Cache/ directory to avoid any in-source build pb. 2002-01-22 15:50:52 -05:00
Executable complex: Remove unused option to test CMakeLib 2011-12-23 16:16:57 -05:00
Library complex: Remove dynamic loader tests 2011-12-23 16:16:49 -05:00
CMakeLists.txt Find_library(): allow searching for versioned shared objects 2012-02-18 16:19:29 +01:00
VarTests.cmake ENH: added testing for new features 2006-03-22 15:01:22 -05:00
cmTestConfigure.h.in complex: Remove unused option to test CMakeLib 2011-12-23 16:16:57 -05:00
cmTestConfigureEscape.h.in add a test for escape quotes and configure file 2002-05-23 13:04:00 -04:00
cmTestGeneratedHeader.h.in ENH: Added test for generated header included by non-generated source. 2002-12-13 17:35:00 -05:00