summaryrefslogtreecommitdiffstats
path: root/src/cmake
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-06 06:45:20 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-06 06:45:20 (GMT)
commit21befd3fc9a9746bf9797733facc0a1f5eac9384 (patch)
treef8a06fb0afe0670f684ad2ca6bac6b14303db242 /src/cmake
parent5e5c386f7db05182572cd8a0425238a016fefc3f (diff)
downloadmxe-21befd3fc9a9746bf9797733facc0a1f5eac9384.zip
mxe-21befd3fc9a9746bf9797733facc0a1f5eac9384.tar.gz
mxe-21befd3fc9a9746bf9797733facc0a1f5eac9384.tar.bz2
test/CMakeLists.txt: fix LANGUAGES keyword for 2.8 series
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake/test/CMakeLists.txt b/src/cmake/test/CMakeLists.txt
index 31d4af2..095050e 100644
--- a/src/cmake/test/CMakeLists.txt
+++ b/src/cmake/test/CMakeLists.txt
@@ -6,7 +6,7 @@
cmake_minimum_required(VERSION 2.8.11)
# set languages in individual modules
-project(mxe LANGUAGES NONE)
+project(mxe NONE)
# see cmake --help-policy <cmp> for details
cmake_policy(SET CMP0017 NEW)