Skip to content

Commit

Permalink
Fix bad cmake which is causing cmake 3.22 to puke.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Dec 16, 2021
1 parent 20241c5 commit eb23a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/install_macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ FUNCTION(INSTALL_DEBUG_TARGET target)
CONFIGURATIONS Release RelWithDebInfo
COMPONENT ${ARG_COMPONENT}
OPTIONAL)
ENDIF()
ENDFOREACH()
ENDFOREACH()
ENDIF()

ENDFUNCTION()

0 comments on commit eb23a29

Please sign in to comment.