Skip to content

Commit

Permalink
chore: update dependency versions
Browse files Browse the repository at this point in the history
cpm 0.38.0 > 0.38.2
spdlog 1.11.0 > 1.12.0
magic_enum 0.8.2 > 0.9.3
cpmlicenses 0.0.6 > 0.0.7
  • Loading branch information
sillydan1 committed Jul 12, 2023
1 parent 2599123 commit 62229fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
cmake_minimum_required(VERSION 3.16) # 3.16+ because of target_precompiled_header
project(aaltitoad VERSION 1.2.0)
project(aaltitoad VERSION 1.2.1)
set(THREADS_PREFER_PTHREAD_FLAG ON)
set(CMAKE_CXX_STANDARD 20)
set(CXX_STANDARD_REQUIRED ON)
Expand Down Expand Up @@ -47,11 +47,11 @@ CPMAddPackage("gh:yalibs/[email protected]")
CPMAddPackage("gh:yalibs/[email protected]")
CPMAddPackage("gh:yalibs/[email protected]")

CPMAddPackage("gh:gabime/spdlog@1.11.0")
CPMAddPackage("gh:gabime/spdlog@1.12.0")
CPMAddPackage("gh:nlohmann/[email protected]")
CPMAddPackage("gh:neargye/magic_enum@0.8.2")
CPMAddPackage("gh:neargye/magic_enum@0.9.3")

CPMAddPackage("gh:cpm-cmake/[email protected].6")
CPMAddPackage("gh:cpm-cmake/[email protected].7")
cpm_licenses_create_disclaimer_target(write_licenses "${CMAKE_BINARY_DIR}/third_party.txt" "${CPM_PACKAGES}")

add_library(${PROJECT_NAME} SHARED
Expand Down
2 changes: 1 addition & 1 deletion cmake/CPM.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(CPM_DOWNLOAD_VERSION 0.38.0)
set(CPM_DOWNLOAD_VERSION 0.38.2)

if(CPM_SOURCE_CACHE)
# Expand relative path. This is important if the provided path contains a tilde (~)
Expand Down

0 comments on commit 62229fa

Please sign in to comment.