Fix for macOS Homebrew Boost Includes

pull/4/head
Paul Hollinsky 2018-10-22 19:47:16 -04:00
parent 419fc2fc73
commit ad51a8793d
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ set(CMAKE_CXX_STANDARD 11)
include(GNUInstallDirs)
# macOS Homebrew Boost Fix
if(NOT MSVC)
include_directories(AFTER /usr/local/include)
endif()
# Enable Warnings
if(MSVC)
# Force to always compile with W4