Skip to content

Commit

Permalink
Add include directories for boost-nowide (which only has a compiled c…
Browse files Browse the repository at this point in the history
…omponent on Windows)
  • Loading branch information
lordofhyphens committed Feb 10, 2019
1 parent 5309ad3 commit de31617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit de31617

Please sign in to comment.