From 389f41ecea3a31bc7a49ddcc21d96f07600adeb4 Mon Sep 17 00:00:00 2001 From: Kun Deng Date: Sun, 28 Aug 2022 10:53:00 -0400 Subject: [PATCH] Updates Updated CMakeLists file, removed conan file, and have all windows configs targeting C++20 --- CMakeLists.txt | 2 +- IcarusDownloadManager.vcxproj | 6 ++++++ conanfile.txt | 20 -------------------- 3 files changed, 7 insertions(+), 21 deletions(-) delete mode 100644 conanfile.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index c009a5b..1391d63 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ endif() set(SOFTWARE_DESCRIPTION "A tool to interact with the Icarus Music streaming API") set(SOFTWARE_VERSION - "0.3.0") + "0.3.2") project(IcarusDownloadManager VERSION ${SOFTWARE_VERSION} DESCRIPTION ${SOFTWARE_DESCRIPTION} LANGUAGES CXX) diff --git a/IcarusDownloadManager.vcxproj b/IcarusDownloadManager.vcxproj index 7fa6cf8..fc86cd6 100644 --- a/IcarusDownloadManager.vcxproj +++ b/IcarusDownloadManager.vcxproj @@ -82,6 +82,7 @@ Level3 ProgramDatabase Disabled + stdcpp20 MachineX86 @@ -95,6 +96,7 @@ MultiThreadedDLL Level3 ProgramDatabase + stdcpp20 MachineX86 @@ -150,6 +152,10 @@ + + + + diff --git a/conanfile.txt b/conanfile.txt deleted file mode 100644 index cf5429e..0000000 --- a/conanfile.txt +++ /dev/null @@ -1,20 +0,0 @@ -[requires] -nlohmann_json/3.10.4 -openssl/1.1.1l -libcurl/7.80.0 -cpr/1.7.2 - -[generators] -cmake - -[options] -openssl:shared=False -libcurl:shared=False -cpr:shared=False -libcurl:with_ssl=openssl -libcurl:with_ftp=False -libcurl:with_gopher=False -libcurl:with_imap=False -libcurl:with_pop3=False -libcurl:with_smb=False -libcurl:with_smtp=False \ No newline at end of file