Skip to content

Commit

Permalink
CMake: Fix NVIDIA link error
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Mar 25, 2024
1 parent b1a25c7 commit 4e3bf57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ set(STDFSLIB "")
if( (NOT APPLE) AND
(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR
CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR
CMAKE_CXX_COMPILER_ID STREQUAL "NVHPC" OR
CMAKE_CXX_COMPILER_ID STREQUAL "Intel"))
set(STDFSLIB "stdc++fs")
endif()
Expand Down

0 comments on commit 4e3bf57

Please sign in to comment.