We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413246f commit 353b803Copy full SHA for 353b803
1 file changed
source/utilbin/CMakeLists.txt
@@ -196,8 +196,8 @@ target_link_libraries(
196
${SGE_LIBS})
197
198
# get_cloud_provider
199
-#add_executable(get_cloud_provider get_cloud_provider.cc)
200
-#target_link_libraries(get_cloud_provider PRIVATE ${CURL_LIBS})
+add_executable(get_cloud_provider get_cloud_provider.cc)
+target_link_libraries(get_cloud_provider PRIVATE ${CURL_LIBS})
201
202
if (INSTALL_SGE_BIN_CLIENT)
203
install(TARGETS qping DESTINATION bin/${SGE_ARCH})
@@ -219,7 +219,7 @@ if (INSTALL_SGE_BIN_CLIENT)
219
sge_share_mon
220
testsuidroot
221
uidgid
222
- #get_cloud_provider
+ get_cloud_provider
223
DESTINATION utilbin/${SGE_ARCH})
224
endif ()
225
0 commit comments