Skip to content
Snippets Groups Projects
Verified Commit 0aded211 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by Lars Bilke
Browse files

[BL] Link against std::filesystem.

Required eg. for gcc<9.
parent 0a642816
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,8 @@ endif() ...@@ -8,9 +8,8 @@ endif()
# Create the library # Create the library
ogs_add_library(BaseLib ${SOURCES}) ogs_add_library(BaseLib ${SOURCES})
target_link_libraries( target_link_libraries(BaseLib PUBLIC Boost::boost spdlog::spdlog
BaseLib std::filesystem)
PUBLIC Boost::boost spdlog::spdlog)
if(MSVC) if(MSVC)
target_link_libraries(BaseLib PUBLIC WinMM) # needed for timeGetTime target_link_libraries(BaseLib PUBLIC WinMM) # needed for timeGetTime
......
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