From e999317dfe5f55c4b968036b957d1009481458fe Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 4 Sep 2010 14:42:52 +0000 Subject: [PATCH] --- CMakeLists.txt | 3 +++ Geo/Geo.cpp | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1e187054c..d536474135 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -928,6 +928,9 @@ if(WIN32) unix2dos(DEMO_FILES) endif(CYGWIN) elseif(APPLE) + # set these so that the files get installed nicely in the MacOSX + # .app bundle (FIXME: this screws up a standard "make install" on + # MacOS) set(GMSH_BIN ../MacOS) set(GMSH_DOC ../../..) set(GMSH_MAN ../../..) diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp index 76a25cb7e6..53d33fd68c 100644 --- a/Geo/Geo.cpp +++ b/Geo/Geo.cpp @@ -16,8 +16,6 @@ #include "Field.h" #endif -#define SQU(a) ((a)*(a)) - static List_T *ListOfTransformedPoints = NULL; // Comparison routines -- GitLab