diff options
author | Brad King <brad.king@kitware.com> | 2018-10-25 15:47:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-25 15:49:59 (GMT) |
commit | 53e65e8e0a91f7b83e2f0f27781e75c2868a321d (patch) | |
tree | fa088b6b496cc5b41433c45b4a389b0497f307b2 /Utilities/cmcurl | |
parent | 533de8873a6875137f55ec4681c3edfcd2d472cf (diff) | |
download | CMake-53e65e8e0a91f7b83e2f0f27781e75c2868a321d.zip CMake-53e65e8e0a91f7b83e2f0f27781e75c2868a321d.tar.gz CMake-53e65e8e0a91f7b83e2f0f27781e75c2868a321d.tar.bz2 |
curl: Do not call cmake_minimum_required inside CMake itself
Re-use the requirements from the top-level.
Diffstat (limited to 'Utilities/cmcurl')
-rw-r--r-- | Utilities/cmcurl/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt index 636530e..f38b7d4 100644 --- a/Utilities/cmcurl/CMakeLists.txt +++ b/Utilities/cmcurl/CMakeLists.txt @@ -123,7 +123,6 @@ endif() # To check: # (From Daniel Stenberg) The cmake build selected to run gcc with -fPIC on my box while the plain configure script did not. # (From Daniel Stenberg) The gcc command line use neither -g nor any -O options. As a developer, I also treasure our configure scripts's --enable-debug option that sets a long range of "picky" compiler options. -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake;${CMAKE_MODULE_PATH}") include(Utilities) include(Macros) |