From de31617a51eec8df94639df7bde2ad464c5d146d Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sat, 9 Feb 2019 21:04:42 -0600 Subject: [PATCH] Add include directories for boost-nowide (which only has a compiled component on Windows) --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d57151569..5f2c0cb1f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -499,6 +499,7 @@ IF (WIN32) add_definitions(-DBOOST_NOWIDE_NO_LIB) endif() target_link_libraries(slic3r boost-nowide) + target_include_directories(boost-nowide PUBLIC ${COMMON_INCLUDES}) # MinGW apparently has some multiple definitions of UUID-related items # deal with it.