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
Branches
Tags
2 merge requests!61Release 0.3.0,!48Fix compilation errors on Windows
Pipeline #54250 failed
...@@ -201,7 +201,7 @@ else() ...@@ -201,7 +201,7 @@ else()
add_library(caosdb add_library(caosdb
SHARED ${libcaosdb_INCL} ${libcaosdb_SRC} ${GRPC_GENERATED}) SHARED ${libcaosdb_INCL} ${libcaosdb_SRC} ${GRPC_GENERATED})
target_link_libraries(caosdb target_link_libraries(caosdb
grpc::grpc protobuf::protobuf boost::boost ${STDFSLIB} grpc::grpc protobuf::protobuf boost::boost
) )
set(LIBCAOSDB caosdb) set(LIBCAOSDB caosdb)
endif() endif()
...@@ -222,7 +222,7 @@ target_include_directories(caosdb PUBLIC ...@@ -222,7 +222,7 @@ target_include_directories(caosdb PUBLIC
add_library(ccaosdb SHARED src/ccaosdb.cpp ${GRPC_GENERATED}) add_library(ccaosdb SHARED src/ccaosdb.cpp ${GRPC_GENERATED})
target_link_libraries(ccaosdb target_link_libraries(ccaosdb
grpc::grpc protobuf::protobuf boost::boost grpc::grpc protobuf::protobuf boost::boost
${LIBCAOSDB} $(STDFSLIB) ${LIBCAOSDB}
) )
target_include_directories(ccaosdb PUBLIC target_include_directories(ccaosdb PUBLIC
$<BUILD_INTERFACE:${libcaosdb_SOURCE_DIR}/include> $<BUILD_INTERFACE:${libcaosdb_SOURCE_DIR}/include>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment