Skip to content

Commit 6a059dc

Browse files
knopers8ktf
authored andcommitted
Fix Configuration recipe
1 parent ea68498 commit 6a059dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/modules/FindConfiguration.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
include(FindPackageHandleStandardArgs)
1515

1616
# find includes
17-
find_path(CONFIGURATION_INCLUDE_DIR Configuration.h
17+
find_path(CONFIGURATION_INCLUDE_DIR ConfigurationInterface.h
1818
HINTS ${Configuration_ROOT}/include ENV LD_LIBRARY_PATH PATH_SUFFIXES "../include/Configuration" "../../include/Configuration" )
1919
# Remove the final "Configuration"
2020
get_filename_component(CONFIGURATION_INCLUDE_DIR ${CONFIGURATION_INCLUDE_DIR} DIRECTORY)

0 commit comments

Comments
 (0)