Skip to content

Commit

Permalink
build(PNG): also unset PNG_INCLUDE_DIR at top of build rx
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Lewis <[email protected]>
  • Loading branch information
zachlewis committed Oct 23, 2024
1 parent fadbf84 commit 5a1b086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmake/build_PNG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ string (MAKE_C_IDENTIFIER ${PNG_BUILD_VERSION} PNG_VERSION_IDENT)
unset (PNG_FOUND)
unset (PNG_LIBRARIES)
unset (PNG_INCLUDE_DIRS)
unset (PNG_INCLUDE_DIR)

build_dependency_with_fetchcontent (PNG
VERSION ${PNG_BUILD_VERSION}
Expand Down

0 comments on commit 5a1b086

Please sign in to comment.