Skip to content

Commit 353b803

Browse files
committed
EH: CS-2073: build-on-push failes to to requirements of libcurl header file
1 parent 413246f commit 353b803

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/utilbin/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ target_link_libraries(
196196
${SGE_LIBS})
197197

198198
# get_cloud_provider
199-
#add_executable(get_cloud_provider get_cloud_provider.cc)
200-
#target_link_libraries(get_cloud_provider PRIVATE ${CURL_LIBS})
199+
add_executable(get_cloud_provider get_cloud_provider.cc)
200+
target_link_libraries(get_cloud_provider PRIVATE ${CURL_LIBS})
201201

202202
if (INSTALL_SGE_BIN_CLIENT)
203203
install(TARGETS qping DESTINATION bin/${SGE_ARCH})
@@ -219,7 +219,7 @@ if (INSTALL_SGE_BIN_CLIENT)
219219
sge_share_mon
220220
testsuidroot
221221
uidgid
222-
#get_cloud_provider
222+
get_cloud_provider
223223
DESTINATION utilbin/${SGE_ARCH})
224224
endif ()
225225

0 commit comments

Comments
 (0)