Skip to content
Snippets Groups Projects
Commit b4dc8ac1 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix warnings from meshoptimizer linking resulting in symbol conflicts

parent 6c928a31
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
set(CMAKE_C_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
......
......@@ -84,6 +84,7 @@ endif()
# #Download the rest of the libraries
# FetchContent_MakeAvailable(fmt)
set(MESHOPT_BUILD_SHARED_LIBS OFF)
FetchContent_MakeAvailable(meshoptimizer)
# # Typically you don't care so much for a third party library's tests to be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment