Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 23, 2024
1 parent 8718cce commit e18f1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(VIENNALS_PACKAGE_PYTHON)

# CIBUILDWHEEL is absolutely cursed and won't work when this is turned on.
# I don't know why...
if (NOT VIENNALS_IS_CI)
if(NOT VIENNALS_IS_CI)
set(CPM_DOWNLOAD_ALL ON)
endif()

Expand Down Expand Up @@ -109,7 +109,7 @@ CPMAddPackage(

CPMAddPackage(
NAME PackageProject
VERSION 1.11.2
VERSION 1.12.0
GIT_REPOSITORY "https://github.com/TheLartians/PackageProject.cmake"
EXCLUDE_FROM_ALL ${VIENNALS_BUILD_PYTHON})

Expand Down

0 comments on commit e18f1d8

Please sign in to comment.