We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5309ad3 commit de31617Copy full SHA for de31617
src/CMakeLists.txt
@@ -499,6 +499,7 @@ IF (WIN32)
499
add_definitions(-DBOOST_NOWIDE_NO_LIB)
500
endif()
501
target_link_libraries(slic3r boost-nowide)
502
+ target_include_directories(boost-nowide PUBLIC ${COMMON_INCLUDES})
503
504
# MinGW apparently has some multiple definitions of UUID-related items
505
# deal with it.
0 commit comments