From 768cacca2efa30dbce581638b8a50c3e755582ad Mon Sep 17 00:00:00 2001 From: niklas Date: Mon, 24 Aug 2020 08:18:31 +0200 Subject: fix in crow, lower CMake version required --- CMakeLists.txt | 4 ++-- libs/crow | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aeecbf3..06de721 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.17) +cmake_minimum_required(VERSION 3.13) project(N_Core VERSION 0.2 @@ -41,4 +41,4 @@ set_target_properties(${PROJECT_NAME} ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" -) \ No newline at end of file +) diff --git a/libs/crow b/libs/crow index 414f5ab..4065b17 160000 --- a/libs/crow +++ b/libs/crow @@ -1 +1 @@ -Subproject commit 414f5ab444d38d4c9605d16597450282b4699896 +Subproject commit 4065b17de8bd2a7ebe4c600c5b4bce665a3fa520 -- cgit v1.2.3-54-g00ecf