Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 12, 2024
1 parent 8a3e476 commit 1926033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ include(CMakeFindDependencyMacro)
list(APPEND CMAKE_MODULE_PATH
"${CMAKE_CURRENT_LIST_DIR}/cmake"
)
include("configure_dependencies")
include("configure_boost")
include("configure_dependencies" REQUIRED)
include("configure_boost" REQUIRED)


##############################################################
Expand Down

0 comments on commit 1926033

Please sign in to comment.