diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-18 20:37:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 20:37:39 +0200 |
commit | 37675c6a8744c9beca6c8e23c44f5a5e537d3bf5 (patch) | |
tree | e6e210f3efd293b144913ccb84c5360672cbe659 /third-party/cmake/GettextCMakeLists.txt | |
parent | 09cd4d0a4340b8ba731f9ba9b3a51a002e9da75f (diff) | |
parent | a26fd8a888c0e8ed27f003ce5948aa3d42fdb087 (diff) | |
download | rneovim-37675c6a8744c9beca6c8e23c44f5a5e537d3bf5.tar.gz rneovim-37675c6a8744c9beca6c8e23c44f5a5e537d3bf5.tar.bz2 rneovim-37675c6a8744c9beca6c8e23c44f5a5e537d3bf5.zip |
Merge #8558 from jamessan/gnucxx-compiler-for-gnu-source
cmake: Check for GNU compiler, not Linux, to set -D_GNU_SOURCE
Diffstat (limited to 'third-party/cmake/GettextCMakeLists.txt')
-rw-r--r-- | third-party/cmake/GettextCMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/GettextCMakeLists.txt b/third-party/cmake/GettextCMakeLists.txt index 67ec0d113f..5a6253df3b 100644 --- a/third-party/cmake/GettextCMakeLists.txt +++ b/third-party/cmake/GettextCMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.7) +cmake_minimum_required(VERSION 2.8.12) project(gettext C) # Adds PREFIX to each item in LIST |