From d2826221c8d815563420d137df34391e3d4eabc9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Nov 2011 20:27:31 -0600 Subject: [PATCH] Fix cmake (cherry picked from commit 5369e0c3bd9870db474718a6fd962c2b02ad29ad) --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e9581b3..40f79e4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,8 +30,8 @@ install( FILES abakusui.rc DESTINATION ${DATA_INSTALL_DIR} ) ##### abakus (executable) ####################### if( HAVE_MPFR ) - MPFR_SOURCES="hmath.cpp number.c" - MPFR_LIBRARIES="mpfr gmp" + set( MPFR_SOURCES "hmath.cpp number.c" ) + set( MPFR_LIBRARIES "mpfr gmp" ) endif( HAVE_MPFR ) tde_add_executable( abakus AUTOMOC