summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-12-06 20:52:41 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-12-06 20:52:41 (GMT)
commit8ee6f3199a22b2602083f3cf6090c2a1cfdf67ed (patch)
treeafc1f979cfbca9cb4e98b14914d4bde245c17bbb /Tests/ExportImport
parentce598cc838c717132a122a97c5e21b99f11fe23b (diff)
parentef7c11ee31b371bd07bc32991a671da757602213 (diff)
downloadCMake-8ee6f3199a22b2602083f3cf6090c2a1cfdf67ed.zip
CMake-8ee6f3199a22b2602083f3cf6090c2a1cfdf67ed.tar.gz
CMake-8ee6f3199a22b2602083f3cf6090c2a1cfdf67ed.tar.bz2
Merge topic 'cleanup-build-commands'
ef7c11e Tests: Fix standalone build of tests with nested projects
Diffstat (limited to 'Tests/ExportImport')
-rw-r--r--Tests/ExportImport/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/ExportImport/CMakeLists.txt b/Tests/ExportImport/CMakeLists.txt
index 8be8d33..02a0371 100644
--- a/Tests/ExportImport/CMakeLists.txt
+++ b/Tests/ExportImport/CMakeLists.txt
@@ -1,5 +1,8 @@
cmake_minimum_required (VERSION 2.7.20090711)
project(ExportImport C CXX)
+if(NOT DEFINED CMAKE_TEST_MAKEPROGRAM AND NOT CMAKE_GENERATOR MATCHES "Visual Studio")
+ set(CMAKE_TEST_MAKEPROGRAM "${CMAKE_MAKE_PROGRAM}")
+endif()
# Wipe out the install tree to make sure the exporter works.
add_custom_command(