
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
11 lines
377 B
Diff
11 lines
377 B
Diff
--- CMakeLists.txt 2016-11-01 01:03:44 -0600
|
|
+++ CMakeLists.txt 2016-12-01 09:20:12 -0700
|
|
@@ -454,7 +454,6 @@
|
|
add_definitions (-D_CRT_NONSTDC_NO_WARNINGS)
|
|
add_definitions (-D_SCL_SECURE_NO_WARNINGS)
|
|
add_definitions (-DJAS_WIN_MSVC_BUILD)
|
|
- add_definitions (-DOPENEXR_DLL)
|
|
if (LINKSTATIC)
|
|
add_definitions (-DBoost_USE_STATIC_LIBS=1)
|
|
else ()
|