2020-05-31 13:15:40 -06:00
|
|
|
diff -Naur orig/CMakeLists.txt external_openimageio/CMakeLists.txt
|
|
|
|
|
--- orig/CMakeLists.txt 2020-05-10 21:43:52 -0600
|
|
|
|
|
+++ external_openimageio/CMakeLists.txt 2020-05-13 17:03:35 -0600
|
2023-12-21 19:16:11 +01:00
|
|
|
@@ -237,7 +237,7 @@
|
2020-05-31 13:15:40 -06:00
|
|
|
add_subdirectory (src/iinfo)
|
|
|
|
|
add_subdirectory (src/maketx)
|
|
|
|
|
add_subdirectory (src/oiiotool)
|
|
|
|
|
- add_subdirectory (src/testtex)
|
|
|
|
|
+ #add_subdirectory (src/testtex)
|
|
|
|
|
add_subdirectory (src/iv)
|
|
|
|
|
endif ()
|
|
|
|
|
|
|
|
|
|
diff -Naur orig/src/cmake/compiler.cmake external_openimageio/src/cmake/compiler.cmake
|
|
|
|
|
--- orig/src/cmake/compiler.cmake 2020-05-10 21:43:52 -0600
|
|
|
|
|
+++ external_openimageio/src/cmake/compiler.cmake 2020-05-13 17:02:54 -0600
|
2023-12-21 19:16:11 +01:00
|
|
|
@@ -188,6 +189,7 @@
|
2025-02-06 14:53:16 +01:00
|
|
|
add_compile_definitions (_CRT_NONSTDC_NO_WARNINGS)
|
|
|
|
|
add_compile_definitions (_SCL_SECURE_NO_WARNINGS)
|
|
|
|
|
add_compile_definitions (JAS_WIN_MSVC_BUILD)
|
|
|
|
|
+ add_compile_definitions (OPJ_STATIC)
|
2020-05-31 13:15:40 -06:00
|
|
|
endif (MSVC)
|
|
|
|
|
|
|
|
|
|
if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD"
|