Skip to content

Commit e26cebe

Browse files
committed
CMake: Fix cyclic find_package in config.cmake.in
Honestly, no clue why I put that there, it's removed now so there.
1 parent be4fd73 commit e26cebe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmake/config.cmake.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
@PACKAGE_INIT@
22

3-
find_package(libdnxpp CONFIG REQUIRED)
4-
53
include(${CMAKE_CURRENT_LIST_DIR}/libdnxpp-targets.cmake)
6-
check_required_components(libdnxpp)
4+
check_required_components(libdnxpp)

0 commit comments

Comments
 (0)