Skip to content

Commit

Permalink
Disable drivertest
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Apr 19, 2024
1 parent 3bbae65 commit 38dd035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ add_library(khiopsdriver_file_gcs2 MODULE src/gcsplugin2.cpp)
target_link_libraries(khiopsdriver_file_gcs2
PRIVATE CURL::libcurl google-cloud-cpp::storage google-cloud-cpp::storage_protos google-cloud-cpp::experimental-storage-grpc spdlog::spdlog_header_only)

add_executable(drivertest src/drivertest.cpp src/libraryloader.h src/libraryloader.cpp)
target_link_libraries(drivertest dl)
#add_executable(drivertest src/drivertest.cpp src/libraryloader.h src/libraryloader.cpp)
#target_link_libraries(drivertest dl)



Expand Down

0 comments on commit 38dd035

Please sign in to comment.