Skip to content

Commit

Permalink
Add link dependency on libstdc++fs.a for gcc8
Browse files Browse the repository at this point in the history
  • Loading branch information
jithunnair-amd committed Jul 29, 2024
1 parent 909a83e commit b150a66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_INCLUDE_CURRENT_DIR ON)

project(triton)
link_libraries("-lstdc++fs")
include(CTest)
if(NOT WIN32)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit b150a66

Please sign in to comment.