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 1926033 commit 71ff671
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ include(CMakeFindDependencyMacro)
# CMake modules and macro files
##############################################################

list(APPEND CMAKE_MODULE_PATH
"${CMAKE_CURRENT_LIST_DIR}/cmake"
)
include("configure_dependencies" REQUIRED)
include("configure_boost" REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/cmake/configure_boost.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/cmake/configure_dependencies.cmake")

##############################################################
# Dependency Handling
Expand Down

0 comments on commit 71ff671

Please sign in to comment.