From 9ab2d60a6e5753074a37805e1244b498ae1ec266 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Wed, 22 Feb 2023 16:31:17 -0800 Subject: [PATCH] Removew tmpDir.h from OpenEXRUtilTest/OpenEXRFuzzTest CMakeLists.txt (#1343) The local files have been replaced by ../OpenEXRTest/tmpDir.h Signed-off-by: Cary Phillips --- src/test/OpenEXRFuzzTest/CMakeLists.txt | 1 - src/test/OpenEXRUtilTest/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/src/test/OpenEXRFuzzTest/CMakeLists.txt b/src/test/OpenEXRFuzzTest/CMakeLists.txt index be90010aeb..4a2c0b3594 100644 --- a/src/test/OpenEXRFuzzTest/CMakeLists.txt +++ b/src/test/OpenEXRFuzzTest/CMakeLists.txt @@ -7,7 +7,6 @@ if(OPENEXR_RUN_FUZZ_TESTS) fuzzFile.cpp fuzzFile.h main.cpp - tmpDir.h testFuzzDeepScanLines.cpp testFuzzDeepScanLines.h testFuzzDeepTiles.cpp diff --git a/src/test/OpenEXRUtilTest/CMakeLists.txt b/src/test/OpenEXRUtilTest/CMakeLists.txt index 88ef6baa7e..cbbb08d046 100644 --- a/src/test/OpenEXRUtilTest/CMakeLists.txt +++ b/src/test/OpenEXRUtilTest/CMakeLists.txt @@ -9,7 +9,6 @@ add_executable(OpenEXRUtilTest testDeepImage.h testIO.cpp testIO.h - tmpDir.h ) target_include_directories(OpenEXRUtilTest PRIVATE ../OpenEXRTest) target_link_libraries(OpenEXRUtilTest OpenEXR::OpenEXRUtil)