mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
increase required CMake version to 3.6 (closes #170)
This commit is contained in:
parent
bde7dd69d7
commit
85c631242f
1 changed files with 1 additions and 5 deletions
|
@ -20,10 +20,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
###################################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.3)
|
||||
|
||||
# Policies
|
||||
cmake_policy(SET CMP0068 NEW)
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
project(VILLASnode C CXX)
|
||||
|
||||
|
@ -31,7 +28,6 @@ project(VILLASnode C CXX)
|
|||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_THREAD_PREFER_PTHREAD ON)
|
||||
#set(CMAKE_SKIP_INSTALL_RPATH ON)
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
||||
if(APPLE)
|
||||
|
|
Loading…
Add table
Reference in a new issue