diff options
author | Silvio Traversaro <silvio@traversaro.it> | 2021-04-28 08:34:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 08:34:45 +0200 |
commit | 020e3142953ce9d044b6144bc7a55629341bb715 (patch) | |
tree | 0da95c0402c9ae6596be04541fd2b6b0601ff744 | |
parent | 4b34d7aec9b5db0d99ca653247cfb99fc0deb424 (diff) | |
parent | cf64370e527ba63384d9e43915977e7be3450da2 (diff) | |
download | dlfcn-win32-020e3142953ce9d044b6144bc7a55629341bb715.tar.gz dlfcn-win32-020e3142953ce9d044b6144bc7a55629341bb715.tar.bz2 dlfcn-win32-020e3142953ce9d044b6144bc7a55629341bb715.zip |
Merge pull request #96 from xantares/patch-2
CMake: Bump version
-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") |