Skip to content

Commit

Permalink
Do not toggle -DBOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Oct 1, 2023
1 parent ff70d99 commit 6384c06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ else ()
message (WARNING "Boost graph headers not found, will not build 'graphs' backend")
endif ()
find_package (Boost REQUIRED COMPONENTS iostreams)
# otherwise ordered_map code tries to use boost::get (graph)
add_definitions ("-DBOOST_NO_ARGUMENT_DEPENDENT_LOOKUP")

if (ENABLE_GC)
find_package (LibGc 7.4.2 REQUIRED)
set (HAVE_LIBGC 1)
Expand Down

0 comments on commit 6384c06

Please sign in to comment.