mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 14:34:04 -06:00
Try to supress warnings from bundled IGL under Windows.
This commit is contained in:
parent
d2136ab625
commit
7e52edb88c
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ if(libigl_FOUND)
|
|||
target_link_libraries(libigl INTERFACE igl::core)
|
||||
else()
|
||||
message(STATUS "IGL NOT found, using bundled version...")
|
||||
target_include_directories(libigl INTERFACE SYSTEM ${LIBDIR}/libigl)
|
||||
target_include_directories(libigl SYSTEM BEFORE INTERFACE ${LIBDIR}/libigl)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue