|
| 1 | +diff --git a/CMakeLists.txt b/CMakeLists.txt |
| 2 | +index 3483b9e0a..a088ca758 100644 |
| 3 | +--- a/CMakeLists.txt |
| 4 | ++++ b/CMakeLists.txt |
| 5 | +@@ -288,7 +288,7 @@ if (OIIO_BUILD_TOOLS AND NOT BUILD_OIIOUTIL_ONLY) |
| 6 | + add_subdirectory (src/iinfo) |
| 7 | + add_subdirectory (src/maketx) |
| 8 | + add_subdirectory (src/oiiotool) |
| 9 | +- add_subdirectory (src/testtex) |
| 10 | ++ # add_subdirectory (src/testtex) # only used for testing, no need to build it |
| 11 | + add_subdirectory (src/iv) |
| 12 | + endif () |
| 13 | + |
| 14 | +diff --git a/src/cmake/externalpackages.cmake b/src/cmake/externalpackages.cmake |
| 15 | +index fc9cfc48d..b8717f864 100644 |
| 16 | +--- a/src/cmake/externalpackages.cmake |
| 17 | ++++ b/src/cmake/externalpackages.cmake |
| 18 | +@@ -237,7 +237,7 @@ checked_find_package (fmt REQUIRED |
| 19 | + VERSION_MIN 7.0 |
| 20 | + BUILD_LOCAL missing |
| 21 | + ) |
| 22 | +-get_target_property(FMT_INCLUDE_DIR fmt::fmt-header-only INTERFACE_INCLUDE_DIRECTORIES) |
| 23 | ++#get_target_property(FMT_INCLUDE_DIR fmt::fmt-header-only INTERFACE_INCLUDE_DIRECTORIES) |
| 24 | + |
| 25 | + |
| 26 | + ########################################################################### |
| 27 | +diff --git a/src/libutil/CMakeLists.txt b/src/libutil/CMakeLists.txt |
| 28 | +index 526aa6f02..a928252dc 100644 |
| 29 | +--- a/src/libutil/CMakeLists.txt |
| 30 | ++++ b/src/libutil/CMakeLists.txt |
| 31 | +@@ -82,7 +82,7 @@ function (setup_oiio_util_library targetname) |
| 32 | + add_dependencies(${targetname} fmt_internal_target) |
| 33 | + else () |
| 34 | + target_link_libraries (${targetname} |
| 35 | +- PUBLIC fmt::fmt-header-only) |
| 36 | ++ PUBLIC fmt::fmt) |
| 37 | + endif () |
| 38 | + |
| 39 | + if (WIN32) |
0 commit comments