From b12000555e93cf620d53d321ef637912535b66bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 16 Oct 2016 19:39:12 +0200 Subject: cmake: Fix FTBFS due to artsc includes This relates to bug 2714 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1602d89a8fda0eeec793ba2205a152d8ddd898e2) --- ConfigureChecks.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 3ffcde3..9466c7c 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -108,9 +108,9 @@ endif( ) ##### arts ###################################### if( WITH_ARTS ) - pkg_search_module( ARTS arts ) + pkg_search_module( ARTS artsc ) if( NOT ARTS_FOUND ) - tde_message_fatal( "aRts is requested, but was not found on your system" ) + tde_message_fatal( "aRtsC is requested, but was not found on your system" ) endif( ) endif( ) -- cgit v1.2.1