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

github.com/supermerill/SuperSlicer.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>2021-07-22 13:38:50 +0300
committertamasmeszaros <meszaros.q@gmail.com>2021-07-26 14:07:20 +0300
commitca67d880ec6003c27c63242cca8c9a668c3ddebe (patch)
tree404e0d85e7af930dab61e0b0b8e6144210cdec20 /cmake
parent7ed0d6b88632fc729401bb34abf9d98ef334e251 (diff)
Fix issues with finding new deps on win
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 3b60ac9d3..4fde5fa4a 100644
--- a/cmake/modules/FindOpenVDB.cmake
+++ b/cmake/modules/FindOpenVDB.cmake
@@ -347,7 +347,7 @@ macro(just_fail msg)
return()
endmacro()
-find_package(IlmBase QUIET COMPONENTS Half)
+find_package(IlmBase QUIET)
if(NOT IlmBase_FOUND)
pkg_check_modules(IlmBase QUIET IlmBase)
endif()