mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-22 12:38:08 +08:00
Small fix for OpenVDB find script
This commit is contained in:
parent
5d77c34567
commit
0c4297b4f9
@ -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)
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user