diff --git a/cube/cube-builder/CMakeLists.txt b/cube/cube-builder/CMakeLists.txt index 1802465e3aaeb1885ae5d3396a1e5ac076228b37..c46d298a58b799a087b66f9a34b67c3a73ab623a 100755 --- a/cube/cube-builder/CMakeLists.txt +++ b/cube/cube-builder/CMakeLists.txt @@ -31,7 +31,7 @@ set(DYNAMIC_LIB -lcurl -lssl -lcrypto - ${CURL_LIB} +# ${CURL_LIB} ) target_link_libraries(cube-builder ${DYNAMIC_LIB})