Skip to content

Commit bc65c7f

Browse files
authored
Merge pull request #291 from hirishh/fix-cmake
Fix cmake config
2 parents c3b5d7a + 5d20f60 commit bc65c7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes/Config.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@PACKAGE_INIT@
22

3-
include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake)
3+
include(${CMAKE_CURRENT_LIST_DIR}/@pkgName@Targets.cmake)
44

5-
check_required_components("@PROJECT_NAME@")
5+
check_required_components("@pkgName@")

0 commit comments

Comments
 (0)