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
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2020-01-16 16:25:01 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-01-16 16:25:01 +0300
commita1dc7a5c41102c991bab3aed0682cef7d7a9582a (patch)
treed64483048cd0aa7228e787232d03efc4fa3dcc40 /cmake/modules
parentfada7224f17a189d5ea749633da16b81cb35a9e2 (diff)
Fix build issues on Windows
Diffstat (limited to 'cmake/modules')
-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 7bc44bebb..b9d19ed1e 100644
--- a/cmake/modules/FindOpenVDB.cmake
+++ b/cmake/modules/FindOpenVDB.cmake
@@ -247,7 +247,7 @@ foreach(COMPONENT ${OpenVDB_FIND_COMPONENTS})
set(OpenVDB_${COMPONENT}_LIBRARY ${OpenVDB_${COMPONENT}_LIBRARY_${_BUILD_TYPE}})
- if (NOT MSVC AND NOT OpenVDB_${COMPONENT}_LIBRARY)
+ if (NOT OpenVDB_${COMPONENT}_LIBRARY)
set(OpenVDB_${COMPONENT}_LIBRARY ${OpenVDB_${COMPONENT}_LIBRARY_RELEASE})
endif ()