diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 5f288d370f..1a5890071d 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -143,14 +143,13 @@ set(SOURCES "src/posix_io.cpp" "src/shim/cuda.cpp" "src/shim/cufile.cpp" - "src/shim/libcurl.cpp" "src/shim/utils.cpp" "src/stream.cpp" "src/utils.cpp" ) if(KvikIO_REMOTE_SUPPORT) - list(APPEND SOURCES "src/remote_handle.cpp") + list(APPEND SOURCES "src/remote_handle.cpp" "src/shim/libcurl.cpp") endif() add_library(kvikio ${SOURCES})