diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-01-04 15:22:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-05 14:32:31 +0100 |
commit | a91b429e85ffe2ea549eb66a1681dcca8af3e4a4 (patch) | |
tree | 57cfbfc92adc6167445464a9b64e815e421d20b8 | |
parent | 7bb6dfc4022646097af59390c751440b387b4383 (diff) | |
download | knights-a91b429e85ffe2ea549eb66a1681dcca8af3e4a4.tar.gz knights-a91b429e85ffe2ea549eb66a1681dcca8af3e4a4.zip |
arts is required not requested as optional
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 851cb9c0321d23e28145c795ace887d339d1c391)
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index f1eea06..151daf3 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -48,5 +48,5 @@ endif( BUILD_TRANSLATIONS ) pkg_search_module( ARTS arts ) if( NOT ARTS_FOUND ) - message( FATAL_ERROR "\naRts is requested, but was not found on your system" ) + tde_message_fatal( "aRts is required, but was not found on your system" ) endif( ) |