Skip to content

Commit

Permalink
fix(fuzz): tentative: use target name to link
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Leprince <github.pleprince@gmail.com>
  • Loading branch information
pleprince committed Apr 5, 2024
1 parent a9ebf07 commit 55f37b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/OpenEXRFuzzTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if(OPENEXR_RUN_FUZZ_TESTS)
testFuzzTiles.h
)
target_include_directories(OpenEXRFuzzTest PRIVATE ../OpenEXRTest)
target_link_libraries(OpenEXRFuzzTest OpenEXR::OpenEXR blosc2 ${CMAKE_DL_LIBS})
target_link_libraries(OpenEXRFuzzTest OpenEXR::OpenEXR blosc2_static ${CMAKE_DL_LIBS})
set_target_properties(OpenEXRFuzzTest PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
)
Expand Down

0 comments on commit 55f37b0

Please sign in to comment.