Skip to content

Commit fdde49b

Browse files
author
Ahmed Yarub Hani Al Nuaimi
committed
Update CMakeLists.txt
1 parent c19fa54 commit fdde49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ set(HDRS
15401540

15411541
)
15421542

1543-
include(PreTarget OPTIONAL)
1543+
include(PreTarget.cmake OPTIONAL)
15441544

15451545
# Add library with project file with project name as library name
15461546
add_library(${pkgName} ${SRCS} ${HDRS})
@@ -1550,7 +1550,7 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.4)
15501550
endif()
15511551
target_link_libraries(${pkgName} ${CURL_LIBRARIES} )
15521552

1553-
include(PostTarget OPTIONAL)
1553+
include(PostTarget.cmake OPTIONAL)
15541554

15551555
#install library to destination
15561556
install(TARGETS ${pkgName} DESTINATION ${CMAKE_INSTALL_PREFIX})

0 commit comments

Comments
 (0)