Skip to content

Commit

Permalink
Revert "Don't disable zlib's examples from the all target"
Browse files Browse the repository at this point in the history
This reverts commit 442bd79.
  • Loading branch information
JesseTG committed Sep 5, 2023
1 parent 85bb062 commit 302eaaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/FetchDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,8 @@ if (TRACY_ENABLE)
set(TRACY_STATIC ON)
set(TRACY_ON_DEMAND ON)
endif()

set_target_properties(example minigzip PROPERTIES EXCLUDE_FROM_ALL TRUE)
if(HAVE_OFF64_T)
set_target_properties(example64 minigzip64 PROPERTIES EXCLUDE_FROM_ALL TRUE)
endif()

0 comments on commit 302eaaf

Please sign in to comment.