diff --git a/kubernetes/CMakeLists.txt b/kubernetes/CMakeLists.txt index 1846f87..d6619a8 100644 --- a/kubernetes/CMakeLists.txt +++ b/kubernetes/CMakeLists.txt @@ -28,6 +28,7 @@ else() endif() set(pkgName "kubernetes") +set(VERSION 0.0.1) find_package(CURL 7.58.0 REQUIRED) if(CURL_FOUND) @@ -1541,7 +1542,6 @@ set(HDRS ) -set(VERSION 0.0.1) include(PreTarget.cmake OPTIONAL) # Add library with project file with project name as library name