From: Axel R. <ro...@us...> - 2011-07-12 10:47:19
|
Update of /cvsroot/sdif/SDIF In directory vz-cvs-3.sog:/tmp/cvs-serv15956/SDIF Modified Files: CMakeLists.txt Log Message: Support selecting target architecture to be able to properly handle target architecture depending on installed matlab version. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/sdif/SDIF/CMakeLists.txt,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** CMakeLists.txt 11 Jun 2011 23:39:38 -0000 1.25 --- CMakeLists.txt 12 Jul 2011 10:47:17 -0000 1.26 *************** *** 308,311 **** --- 308,313 ---- CREATE_CVSTAG_TARGET("SDIF_${SDIF_VERSION_MAJ}_${SDIF_VERSION_MIN}_${SDIF_VERSION_RELEASE}") + INCLUDE(SET_COMPILER_FLAGS) + ADD_DEFINITIONS("-DHAVE_CONFIG_H") |