Skip to content

Commit

Permalink
Fallback to Boost.Filesystem on GCC 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed May 7, 2021
1 parent 057ba03 commit 9724f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FairMQLib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ macro(set_fairmq_defaults)
endif()

if( CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8)
AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 9)
set(FAIRMQ_HAS_STD_FILESYSTEM 0)
else()
set(FAIRMQ_HAS_STD_FILESYSTEM 1)
Expand Down

0 comments on commit 9724f18

Please sign in to comment.