summaryrefslogtreecommitdiffstats
path: root/Tests/CrossCompile
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CrossCompile')
-rw-r--r--Tests/CrossCompile/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CrossCompile/CMakeLists.txt b/Tests/CrossCompile/CMakeLists.txt
index 9ef7a87..96a57a0 100644
--- a/Tests/CrossCompile/CMakeLists.txt
+++ b/Tests/CrossCompile/CMakeLists.txt
@@ -1,8 +1,9 @@
cmake_minimum_required (VERSION 2.6)
PROJECT(CrossCompile)
+UNSET(run_result CACHE)
+
#Simulate the cross compile condition
-SET(CMAKE_SYSTEM_NAME "systemName")
SET(CMAKE_CROSSCOMPILING ON)
ADD_EXECUTABLE(CrossCompile main.c)