From 0cc197ad2de1832d65f328aa0cb64bcb7b59927e Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Wed, 24 Jul 2013 00:34:42 +0000 Subject: [PATCH] CMake build: simplification --- CMakeLists.txt | 2 +- config/{ConfigureChecks.cmake => CMakeChecks.txt} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename config/{ConfigureChecks.cmake => CMakeChecks.txt} (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34069205..fc6c61a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,7 +127,7 @@ IF( EXIV2_ENABLE_XMP ) SET( XMPLIB "do" ) ENDIF( EXIV2_ENABLE_XMP ) -INCLUDE( config/ConfigureChecks.cmake ) +INCLUDE( config/CMakeChecks.txt ) SET( INSTALL_TARGET_STANDARD_ARGS RUNTIME DESTINATION bin diff --git a/config/ConfigureChecks.cmake b/config/CMakeChecks.txt similarity index 100% rename from config/ConfigureChecks.cmake rename to config/CMakeChecks.txt