Skip to content

Commit f57b4b3

Browse files
committed
config/cmake: also set Conduit_FOUND
The package is intended to be found via `find_package(Conduit)`, so set the package name's `_FOUND` variable directly.
1 parent dffc5a6 commit f57b4b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/config/ConduitConfig.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if(NOT CONDUIT_FOUND)
6060
include(${CONDUIT_CMAKE_CONFIG_DIR}/conduit_setup_targets.cmake)
6161

6262
set(CONDUIT_FOUND TRUE)
63+
set(Conduit_FOUND TRUE)
6364

6465
endif()
6566

0 commit comments

Comments
 (0)