mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Try to supress warnings from bundled IGL under Windows.
This commit is contained in:
@@ -10,5 +10,5 @@ if(libigl_FOUND)
|
|||||||
target_link_libraries(libigl INTERFACE igl::core)
|
target_link_libraries(libigl INTERFACE igl::core)
|
||||||
else()
|
else()
|
||||||
message(STATUS "IGL NOT found, using bundled version...")
|
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()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user