[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/cantor
From:       Jeremy Paul Whiting <jpwhiting () kde ! org>
Date:       2011-02-10 4:26:10
Message-ID: 20110210042610.6E052AC8C3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1219674 by whiting:

make Cantor buildable standalone, thanks to Niko Sams for the patch

 M  +5 -0      CMakeLists.txt  
 M  +1 -1      src/backends/octave/scripts/CMakeLists.txt  


--- trunk/KDE/kdeedu/cantor/CMakeLists.txt #1219673:1219674
@@ -1,5 +1,10 @@
 project(cantor)
 
+find_package(KDE4 REQUIRED)
+include(KDE4Defaults)
+
+set(CMAKE_MODULE_PATH ${cantor_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
+
 macro_optional_find_package(R)
 macro_log_feature(R_FOUND "R" "A free software environment for statistical computing \
and graphics" "http://www.r-project.org/" FALSE "" "Backend to use R with Cantor.")  
--- trunk/KDE/kdeedu/cantor/src/backends/octave/scripts/CMakeLists.txt \
#1219673:1219674 @@ -6,6 +6,6 @@
 set(PLOT_FILE_SUFFIX png)
 endif (WITH_EPS)
 
-configure_file(cantor_print.m.in cantor_print.m)
+configure_file(cantor_print.m.in ${CMAKE_CURRENT_BINARY_DIR}/cantor_print.m)
 install( FILES cantor_eigenvectors.m cantor_plot2d.m cantor_plot3d.m \
${CMAKE_CURRENT_BINARY_DIR}/cantor_print.m DESTINATION  ${OCTAVE_SCRIPT_INSTALL_DIR} \
)  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic