Skip to content

Commit

Permalink
fix my typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Jun 8, 2022
1 parent e492b52 commit e3afbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/boost/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include(../../cmake/CPM.cmake)

if(EXISTS "$ENV{CPM_SOURCE_CACHE}/boost_1_79_0")
set(FETCHCONTENT_SOURCE_DIR_BOOST
"$ENV{HOME}/.cache/CPM/boost_1_79_0"
"$ENV{CPM_SOURCE_CACHE}/boost_1_79_0"
CACHE PATH "Boost source DIR"
)
set(CPM_Boost_SOURCE
Expand All @@ -30,7 +30,7 @@ else()
CPMAddPackage(
NAME boost-cmake
GITHUB_REPOSITORY ClausKlein/boost-cmake
GIT_TAG v1.79.1
GIT_TAG v1.79.2
EXCLUDE_FROM_ALL YES
)
endif()
Expand Down

0 comments on commit e3afbc8

Please sign in to comment.