Skip to content

Commit

Permalink
Add a comment for the two loops
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Aug 6, 2024
1 parent 23ddf4d commit 6c9f61c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Modules/LocalAom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ else()
endif()
avif_set_aom_compile_options(aom ${_aom_config})

# Restore the variables.
foreach(_config_setting CMAKE_C_FLAGS CMAKE_CXX_FLAGS CMAKE_EXE_LINKER_FLAGS)
foreach(_config_type DEBUG RELEASE MINSIZEREL RELWITHDEBINFO)
unset(${_config_setting}_${_config_type} CACHE)
Expand Down

0 comments on commit 6c9f61c

Please sign in to comment.