Skip to content

Commit

Permalink
Merge pull request #4804 from dyfer/topic/hide-boost-warnings
Browse files Browse the repository at this point in the history
build: hide boost warnings
  • Loading branch information
mossheim authored Mar 9, 2020
2 parents 0e8b715 + 7d5d0a8 commit 22e45f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ if(WIN32)

endif()

add_definitions(-DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR)
add_definitions(-DBOOST_CHRONO_HEADER_ONLY -DBOOST_NO_AUTO_PTR -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE)


#############################################
Expand Down

0 comments on commit 22e45f7

Please sign in to comment.