Disable hunter build
parent
d3b12a5ae7
commit
cdb3c74964
|
@ -927,22 +927,22 @@ ELSE()
|
|||
ENDIF()
|
||||
|
||||
# polyclipping
|
||||
IF(ASSIMP_HUNTER_ENABLED)
|
||||
hunter_add_package(polyclipping)
|
||||
find_package(polyclipping CONFIG REQUIRED)
|
||||
ELSE()
|
||||
#IF(ASSIMP_HUNTER_ENABLED)
|
||||
# hunter_add_package(polyclipping)
|
||||
# find_package(polyclipping CONFIG REQUIRED)
|
||||
#ELSE()
|
||||
SET( Clipper_SRCS
|
||||
../contrib/clipper/clipper.hpp
|
||||
../contrib/clipper/clipper.cpp
|
||||
)
|
||||
SOURCE_GROUP( Contrib\\Clipper FILES ${Clipper_SRCS})
|
||||
ENDIF()
|
||||
#ENDIF()
|
||||
|
||||
# poly2tri
|
||||
IF(ASSIMP_HUNTER_ENABLED)
|
||||
hunter_add_package(poly2tri)
|
||||
find_package(poly2tri CONFIG REQUIRED)
|
||||
ELSE()
|
||||
#IF(ASSIMP_HUNTER_ENABLED)
|
||||
# hunter_add_package(poly2tri)
|
||||
# find_package(poly2tri CONFIG REQUIRED)
|
||||
#ELSE()
|
||||
SET( Poly2Tri_SRCS
|
||||
../contrib/poly2tri/poly2tri/common/shapes.cc
|
||||
../contrib/poly2tri/poly2tri/common/shapes.h
|
||||
|
@ -957,7 +957,7 @@ ELSE()
|
|||
../contrib/poly2tri/poly2tri/sweep/sweep_context.h
|
||||
)
|
||||
SOURCE_GROUP( Contrib\\Poly2Tri FILES ${Poly2Tri_SRCS})
|
||||
ENDIF()
|
||||
#ENDIF()
|
||||
|
||||
# minizip/unzip
|
||||
IF(ASSIMP_HUNTER_ENABLED)
|
||||
|
|
Loading…
Reference in New Issue