fix building for macos

This commit is contained in:
Jeffrey Quesnelle
2019-08-06 17:14:12 -04:00
parent 3358241abe
commit 5112e1d2f9
2 changed files with 6 additions and 5 deletions
-5
View File
@@ -10,11 +10,6 @@ include(GNUInstallDirs)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# macOS Homebrew Boost Fix
if(NOT MSVC)
include_directories(AFTER /usr/local/include)
endif()
# Enable Warnings
if(MSVC)
# Force to always compile with W4