diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-10-06 06:45:20 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-10-06 06:45:20 (GMT) |
commit | 21befd3fc9a9746bf9797733facc0a1f5eac9384 (patch) | |
tree | f8a06fb0afe0670f684ad2ca6bac6b14303db242 | |
parent | 5e5c386f7db05182572cd8a0425238a016fefc3f (diff) | |
download | mxe-21befd3fc9a9746bf9797733facc0a1f5eac9384.zip mxe-21befd3fc9a9746bf9797733facc0a1f5eac9384.tar.gz mxe-21befd3fc9a9746bf9797733facc0a1f5eac9384.tar.bz2 |
test/CMakeLists.txt: fix LANGUAGES keyword for 2.8 series
-rw-r--r-- | src/cmake/test/CMakeLists.txt | 2 |
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) |