Updated CMakeLists file, removed conan file, and have all windows configs targeting C++20
This commit is contained in:
Kun Deng
2022-08-28 10:53:00 -04:00
parent 10bf0fb0e1
commit 389f41ecea
3 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -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)