diff options
author | xantares <xantares09@hotmail.com> | 2021-02-27 11:00:21 +0100 |
---|---|---|
committer | Michel Zou <xantares09@hotmail.com> | 2021-04-27 19:41:59 +0200 |
commit | cf64370e527ba63384d9e43915977e7be3450da2 (patch) | |
tree | 0da95c0402c9ae6596be04541fd2b6b0601ff744 | |
parent | 4b34d7aec9b5db0d99ca653247cfb99fc0deb424 (diff) | |
download | dlfcn-win32-cf64370e527ba63384d9e43915977e7be3450da2.tar.gz dlfcn-win32-cf64370e527ba63384d9e43915977e7be3450da2.tar.bz2 dlfcn-win32-cf64370e527ba63384d9e43915977e7be3450da2.zip |
CMake: Bumpr version
Silents warnings, cmake 3.2 is available in distros since many years
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index df53be1..e52b25b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 2.8.11) | 1 | cmake_minimum_required(VERSION 2.8.11...3.2) |
2 | 2 | ||
3 | if (NOT DEFINED CMAKE_BUILD_TYPE) | 3 | if (NOT DEFINED CMAKE_BUILD_TYPE) |
4 | set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type") | 4 | set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type") |