1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove dependency on std::filesystem

This commit is contained in:
Steffen Vogel 2021-09-13 19:13:38 +02:00
parent a281e5583f
commit 4e85e26c49

View file

@ -45,10 +45,6 @@ add_library(villas-common SHARED
version.cpp
)
if(CMAKE_CXX_COMPILER_ID STREQUAL GNU)
target_link_libraries(villas-common PUBLIC "-lstdc++fs")
endif()
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
target_sources(villas-common PRIVATE tsc.cpp)
endif()