Skip to content
Snippets Groups Projects
Commit 9d93071d authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

WIP: Remove stdc++fs

This was necessary for gcc prior to 9.1 and is no longer necessary.
parent 1c59e0c0
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!48Fix compilation errors on Windows
Pipeline #54250 failed
......@@ -201,7 +201,7 @@ else()
add_library(caosdb
SHARED ${libcaosdb_INCL} ${libcaosdb_SRC} ${GRPC_GENERATED})
target_link_libraries(caosdb
grpc::grpc protobuf::protobuf boost::boost ${STDFSLIB}
grpc::grpc protobuf::protobuf boost::boost
)
set(LIBCAOSDB caosdb)
endif()
......@@ -222,7 +222,7 @@ target_include_directories(caosdb PUBLIC
add_library(ccaosdb SHARED src/ccaosdb.cpp ${GRPC_GENERATED})
target_link_libraries(ccaosdb
grpc::grpc protobuf::protobuf boost::boost
${LIBCAOSDB} $(STDFSLIB)
${LIBCAOSDB}
)
target_include_directories(ccaosdb PUBLIC
$<BUILD_INTERFACE:${libcaosdb_SOURCE_DIR}/include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment