code review changes and fixes
This commit is contained in:
6
3rdParty/msdf/CMakeLists.txt
vendored
6
3rdParty/msdf/CMakeLists.txt
vendored
@@ -1,11 +1,5 @@
|
||||
include(FetchContent)
|
||||
|
||||
unset(ASSIMP_FOUND)
|
||||
find_package(ASSIMP QUIET)
|
||||
if (NOT ASSIMP_FOUND)
|
||||
message(FATAL_ERROR "Assimp package is required to build msdfgen")
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED MSDFGEN_REPO)
|
||||
set(MSDFGEN_REPO https://github.com/Chlumsky/msdfgen.git)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user