mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Small fix for OpenVDB find script
This commit is contained in:
@@ -158,7 +158,7 @@ set(_OPENVDB_ROOT_SEARCH_DIR "")
|
|||||||
|
|
||||||
# Additionally try and use pkconfig to find OpenVDB
|
# Additionally try and use pkconfig to find OpenVDB
|
||||||
|
|
||||||
find_package(PkgConfig ${_quiet} ${_required})
|
find_package(PkgConfig ${_quiet} )
|
||||||
pkg_check_modules(PC_OpenVDB QUIET OpenVDB)
|
pkg_check_modules(PC_OpenVDB QUIET OpenVDB)
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user