Small fix for OpenVDB find script
This commit is contained in:
parent
5d77c34567
commit
0c4297b4f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue