disable GENERATOR_IS_MULTI_CONFIG for openvdb so we can skip building debug version for it.
This commit is contained in:
parent
637a171559
commit
e02e8c6f15
1 changed files with 2 additions and 1 deletions
|
@ -238,7 +238,8 @@ endif()
|
|||
set(OpenVDB_LIB_COMPONENTS "")
|
||||
set(OpenVDB_DEBUG_SUFFIX "d" CACHE STRING "Suffix for the debug libraries")
|
||||
|
||||
get_property(_is_multi GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
|
||||
# get_property(_is_multi GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
|
||||
set(_is_multi FALSE)
|
||||
|
||||
foreach(COMPONENT ${OpenVDB_FIND_COMPONENTS})
|
||||
set(LIB_NAME ${COMPONENT})
|
||||
|
|
Loading…
Reference in a new issue