Stop repeating conditional in endif()

This is not necessary so we can remove it. Most conditionals already
omit this anyways.
This commit is contained in:
Chris Thrasher
2024-03-12 13:06:17 -06:00
committed by Martin Hořeňovský
parent 1a44e6f661
commit 792c3b7549
4 changed files with 5 additions and 5 deletions

View File

@@ -200,4 +200,4 @@ if (NOT_SUBPROJECT)
include( CPack )
endif(NOT_SUBPROJECT)
endif()