Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
helintongh committed Jun 14, 2024
1 parent 2aaaeb2 commit c18c875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endif()
if (ENABLE_BROTLI)
include_directories(${BROTLI_INCLUDE_DIRS})
target_link_libraries(${project_name} ${BROTLI_LIBRARIES})
#target_link_libraries(benchmark PRIVATE ${BROTLI_LIBRARIES})
target_link_libraries(benchmark PRIVATE ${BROTLI_LIBRARIES})
endif()

if (ENABLE_SIMD STREQUAL "AARCH64")
Expand Down

0 comments on commit c18c875

Please sign in to comment.