We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb33b9 commit 6b98698Copy full SHA for 6b98698
kubernetes/CMakeLists.txt
@@ -1563,9 +1563,7 @@ if (NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/Config.cmake.in)
1563
install(TARGETS ${pkgName} DESTINATION ${CMAKE_INSTALL_PREFIX})
1564
else()
1565
include(GNUInstallDirs)
1566
- install(TARGETS ${pkgName}
1567
- EXPORT ${pkgName}Targets
1568
- )
+ install(TARGETS ${pkgName} DESTINATION ${CMAKE_INSTALL_PREFIX} EXPORT ${pkgName}Targets)
1569
1570
foreach(HDR_FILE ${HDRS})
1571
get_filename_component(HDR_DIRECTORY ${HDR_FILE} DIRECTORY)
0 commit comments