CMake - remove parameter repetition in else() and endif() statements

Fix leftovers after the maint branch merge
This commit is contained in:
Geert Janssens
2020-02-06 17:01:26 +01:00
parent 301db9020d
commit ab5b7155af
5 changed files with 7 additions and 7 deletions

View File

@@ -526,7 +526,7 @@ else()
endif()
if (NOT HAVE_BOOST)
message (SEND_ERROR "A suitable Boost is not installed, and is required. GnuCash requires that Boost be compatible and compiled with C++17. Boost 1.67 is the first compatible release but some distributions have patched earlier ones to work with C++17. Please install it and ensure that the following libraries are built: date_time, filesystem, locale, and regex.")
endif ()
endif()
# Compiler flags