Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
assignUser and kou authored Nov 3, 2024
1 parent 5e1c238 commit fe7fc61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/cmake_modules/FindabslAlt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ endif()

set(find_package_args)

if(abslAlt_FIND_VERSION)
list(APPEND find_package_args ${abslAlt_FIND_VERSION})
endif()
if(abslAlt_FIND_QUIETLY)
list(APPEND find_package_args QUIET)
endif()

if(abslAlt_FIND_REQUIRED)
list(APPEND find_package_args REQUIRED)
endif()
Expand Down

0 comments on commit fe7fc61

Please sign in to comment.