Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-12-10 15:40:40 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-10 15:40:40 +0300
commit0c4297b4f9b0d241a60280616c37ceb3fba0c71c (patch)
tree87112eeb30e130075c49a2fd992427a5779ee8b9 /cmake
parent5d77c345675046343316dbffc14b634087903f6b (diff)
Small fix for OpenVDB find script
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindOpenVDB.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindOpenVDB.cmake b/cmake/modules/FindOpenVDB.cmake
index 70bbe05f5..3400fa786 100644
--- a/cmake/modules/FindOpenVDB.cmake
+++ b/cmake/modules/FindOpenVDB.cmake
@@ -158,7 +158,7 @@ set(_OPENVDB_ROOT_SEARCH_DIR "")
# Additionally try and use pkconfig to find OpenVDB
-find_package(PkgConfig ${_quiet} ${_required})
+find_package(PkgConfig ${_quiet} )
pkg_check_modules(PC_OpenVDB QUIET OpenVDB)
# ------------------------------------------------------------------------