diff options
author | Brad King <brad.king@kitware.com> | 2012-11-26 22:01:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-11-26 22:06:12 (GMT) |
commit | da1d9bac63d486d430b0c61ee8d3928f8d09ab26 (patch) | |
tree | e89bb2df1fda4ba9c6053cf5e7963cb21f74b587 /Tests/CMakeOnly/CMakeLists.txt | |
parent | b96f6fc2aabed8a77cd45c0f87af7abb6a687576 (diff) | |
download | CMake-da1d9bac63d486d430b0c61ee8d3928f8d09ab26.zip CMake-da1d9bac63d486d430b0c61ee8d3928f8d09ab26.tar.gz CMake-da1d9bac63d486d430b0c61ee8d3928f8d09ab26.tar.bz2 |
Test find_path multiarch support (#13742)
Diffstat (limited to 'Tests/CMakeOnly/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeOnly/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeOnly/CMakeLists.txt b/Tests/CMakeOnly/CMakeLists.txt index 1b4ebc4..be7ddbc 100644 --- a/Tests/CMakeOnly/CMakeLists.txt +++ b/Tests/CMakeOnly/CMakeLists.txt @@ -32,6 +32,7 @@ add_CMakeOnly_test(SelectLibraryConfigurations) add_CMakeOnly_test(TargetScope) add_CMakeOnly_test(find_library) +add_CMakeOnly_test(find_path) add_test(CMakeOnly.ProjectInclude ${CMAKE_CMAKE_COMMAND} -DTEST=ProjectInclude |