Skip to content

Commit de31617

Browse files
committed
Add include directories for boost-nowide (which only has a compiled component on Windows)
1 parent 5309ad3 commit de31617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ IF (WIN32)
499499
add_definitions(-DBOOST_NOWIDE_NO_LIB)
500500
endif()
501501
target_link_libraries(slic3r boost-nowide)
502+
target_include_directories(boost-nowide PUBLIC ${COMMON_INCLUDES})
502503

503504
# MinGW apparently has some multiple definitions of UUID-related items
504505
# deal with it.

0 commit comments

Comments
 (0)