summaryrefslogtreecommitdiffstats
path: root/Tests/FindPackageModeMakefileTest/Makefile.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-15 13:33:05 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-15 13:33:05 (GMT)
commitb31ca93ba2665c353ba723fecff55eaedf5fb569 (patch)
tree8c9bd5adbc725329f658707078cddfe959d73dea /Tests/FindPackageModeMakefileTest/Makefile.in
parent21ccad58fd5abae66b67baba200e2b6cb2402e91 (diff)
parente4e5b28c27dc2e6f0073e11fb64c4ea62022a051 (diff)
downloadCMake-b31ca93ba2665c353ba723fecff55eaedf5fb569.zip
CMake-b31ca93ba2665c353ba723fecff55eaedf5fb569.tar.gz
CMake-b31ca93ba2665c353ba723fecff55eaedf5fb569.tar.bz2
Merge topic 'target-LOCATION-policy'
e4e5b28 cmTarget: Deprecate the LOCATION target property with a policy.
Diffstat (limited to 'Tests/FindPackageModeMakefileTest/Makefile.in')
-rw-r--r--Tests/FindPackageModeMakefileTest/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/FindPackageModeMakefileTest/Makefile.in b/Tests/FindPackageModeMakefileTest/Makefile.in
index f647901..c91d8a0 100644
--- a/Tests/FindPackageModeMakefileTest/Makefile.in
+++ b/Tests/FindPackageModeMakefileTest/Makefile.in
@@ -1,4 +1,6 @@
-CMAKE = "@cmakeExecutable@"
+
+include cmakeExecutable.mk
+
CMAKE_CURRENT_BINARY_DIR = "@CMAKE_CURRENT_BINARY_DIR@"
CMAKE_CXX_COMPILER = "@CMAKE_CXX_COMPILER@"
CMAKE_CXX_COMPILER_ID = "@CMAKE_CXX_COMPILER_ID@"