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:
parent
6d0cea1244
commit
6ca354bcfd
1 changed files with 0 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue