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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-08-20 04:24:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-08-20 04:24:14 +0300
commit98efcdb1a0e31beff50922132e475695c3ae6af7 (patch)
tree174d1e08869b5b2d083b0fce7f212cc69aa54e06 /build_files/build_environment/cmake/openvdb.cmake
parent537bf6af0cd80ac0ef0f55f7ab68540a09db8f37 (diff)
Cleanup: trailing space
Diffstat (limited to 'build_files/build_environment/cmake/openvdb.cmake')
-rw-r--r--build_files/build_environment/cmake/openvdb.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/cmake/openvdb.cmake b/build_files/build_environment/cmake/openvdb.cmake
index 06b8f59f451..85c3d84771a 100644
--- a/build_files/build_environment/cmake/openvdb.cmake
+++ b/build_files/build_environment/cmake/openvdb.cmake
@@ -55,7 +55,7 @@ set(OPENVDB_EXTRA_ARGS
if(WIN32)
#Namespaces seem to be buggy and cause linker erorrs due to things not
#being in the correct namespace
- #needs to link pthreads due to it being a blosc dependency
+ #needs to link pthreads due to it being a blosc dependency
set(OPENVDB_EXTRA_ARGS ${OPENVDB_EXTRA_ARGS}
-DOPENEXR_NAMESPACE_VERSIONING=OFF
-DEXTRA_LIBS:FILEPATH=${LIBDIR}/pthreads/lib/pthreadVC2.lib