Skip to content

Commit

Permalink
[]
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken committed Nov 30, 2023
1 parent f61f253 commit 09c851f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hybridse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ endif ()

if(CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9.1")
# GNU implementation prior to 9.1 requires linking with -lstdc++fs
message(STATUS "add stdc++fs")
list(APPEND COMMON_LIBS stdc++fs)
endif()

Expand Down

0 comments on commit 09c851f

Please sign in to comment.