Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii committed Aug 30, 2024
1 parent eab2ce2 commit b7131d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cmake/add_boost.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include(${CMAKE_CURRENT_LIST_DIR}/getCPM.cmake)

# cpmaddpackage( NAME AddBoost.CMake VERSION 3.3 URL
# https://github.com/Arniiiii/AddBoost.cmake/archive/refs/tags/3.1.tar.gz)
cpmaddpackage( NAME AddBoost.CMake VERSION 3.3 URL
GITHUB_REPOSITORY Arniiiii/AddBoost.cmake GIT_TAG testing)
cpmaddpackage(
NAME AddBoost.CMake VERSION 3.3 URL
https://github.com/Arniiiii/AddBoost.cmake/archive/refs/tags/3.3.tar.gz)
# cpmaddpackage( NAME AddBoost.CMake VERSION 3.3 URL GITHUB_REPOSITORY
# Arniiiii/AddBoost.cmake GIT_TAG testing)

0 comments on commit b7131d1

Please sign in to comment.