build_environment: openexr disable namespaces on windows.

Things do not end up in the right namespaces quite yet, and cause linker errors with other projects using the library.
This commit is contained in:
Ray molenkamp 2018-08-19 11:25:27 -06:00
parent 8f4d772bf9
commit 8309f8ee34
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ if(WIN32)
-DOPENEXR_BUILD_TESTS=Off
-DOPENEXR_BUILD_VIEWERS=Off
-DOPENEXR_BUILD_UTILS=Off
-DOPENEXR_NAMESPACE_VERSIONING=Off
)
ExternalProject_Add(external_openexr
URL ${OPENEXR_URI}