Skip to content

Commit

Permalink
Rename dependencies folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Jul 14, 2024
1 parent a8261c3 commit 023a0ff
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chapter05/find_module/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(
LANGUAGES CXX
)

# The following example will look for a pre-built library in the folder ${CMAKE_CURRENT_BINARY_DIR}/dep. To use it build the project located in `dep_source`
# The following example will look for a pre-built library in the folder ${CMAKE_CURRENT_BINARY_DIR}/dep. To use it build the project located in `dep`
# first and install it in the directory `dep` of the current source tree

# Tell CMake where to look for find modules
Expand Down
2 changes: 1 addition & 1 deletion chapter05/find_module/cmake/FindObscure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ find_library(
find_path(
OBSCURE_INCLUDE_DIR
NAMES obscure/obscure.hpp
HINTS ${PROJECT_SOURCE_DIR}/dep/include/ ${CMAKE_CURRENT_BINARY_DIR}/dep/include ${CMAKE_CURRENT_SOURCE_DIR}/dep_source/include
HINTS ${PROJECT_SOURCE_DIR}/dep/include/ ${CMAKE_CURRENT_BINARY_DIR}/dep/include ${CMAKE_CURRENT_SOURCE_DIR}/dep/include
)

# use the FindPackageHandleStandardArgs to check if everything was found
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 023a0ff

Please sign in to comment.