From ce75acb41a233fe296b999406a950953a45e266d Mon Sep 17 00:00:00 2001 From: lwvmobile Date: Tue, 28 Mar 2023 23:32:00 -0400 Subject: [PATCH] Yet Another Cmake Warning Fix #107 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e44d5a9..7c43f9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,11 +1,11 @@ -set(CMAKE_LEGACY_CYGWIN_WIN32 0) #annoying warning in cygwin -project(dsd-fme) #Ubuntu 18.04 uses 3.10.2 currently -- almost EOL #Ubuntu 20.04 uses 3.16.3 #Ubuntu 22.04 uses 3.22.1 -#Arch currently on 3.25.3 +#Arch currently on 3.26.1 -- new nag warning starts on this one, see below +#cmake_minimum_required() should be called prior to this top-level project() #Cygwin currently using 3.23.2 (or newer) cmake_minimum_required(VERSION 3.10.2) +project(dsd-fme) SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/") #Set curses to ncurses, and wide true for ascii