summaryrefslogtreecommitdiffstats
path: root/src/cmake
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-01 15:15:48 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-01 15:15:48 (GMT)
commitba0e29e6c2af58a277e71f854eca156f82117a04 (patch)
treee2e32d78e1840eca37bf2991dcef6803f671bfa8 /src/cmake
parentc62b62966be738425096c981536ace5928e0ea7b (diff)
downloadmxe-ba0e29e6c2af58a277e71f854eca156f82117a04.zip
mxe-ba0e29e6c2af58a277e71f854eca156f82117a04.tar.gz
mxe-ba0e29e6c2af58a277e71f854eca156f82117a04.tar.bz2
test/CMakeLists.txt: use default C and CXX languages
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmake/test/CMakeLists.txt b/src/cmake/test/CMakeLists.txt
index 864075c..cd02c10 100644
--- a/src/cmake/test/CMakeLists.txt
+++ b/src/cmake/test/CMakeLists.txt
@@ -4,8 +4,8 @@
# 2.8.9 is Debian Wheezy version
cmake_minimum_required(VERSION 2.8.9)
-# set languages in individual modules
-project(mxe NONE)
+# use default C and CXX languages
+project(mxe)
# see cmake --help-policy <cmp> for details
cmake_policy(SET CMP0017 NEW)