mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Fix for macOS Homebrew Boost Includes
This commit is contained in:
@@ -5,6 +5,11 @@ set(CMAKE_CXX_STANDARD 11)
|
|||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
# macOS Homebrew Boost Fix
|
||||||
|
if(NOT MSVC)
|
||||||
|
include_directories(AFTER /usr/local/include)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Enable Warnings
|
# Enable Warnings
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# Force to always compile with W4
|
# Force to always compile with W4
|
||||||
|
|||||||
Reference in New Issue
Block a user