Skip to content
Snippets Groups Projects
Commit 4f41aa75 authored by Stefen Guzik's avatar Stefen Guzik
Browse files

Fix for CGNS

parent d86b2344
No related branches found
No related tags found
No related merge requests found
dnl $Id: configure.in,v 1.103 2006-09-30 02:38:04 guzik Exp $
dnl $Id: configure.in,v 1.104 2006-10-01 02:48:16 guzik Exp $
dnl
dnl Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
dnl
......@@ -532,6 +532,7 @@ if test "x$enable_cgns" = "xyes"; then
if test "x${CGNS}" = "xyes"; then
if test "x${CGNS_PREFIX}" = "x"; then
GMSH_LIBS="${GMSH_LIBS} -lcgns"
FLAGS="${FLAGS} -DHAVE_LIBCGNS"
else
GMSH_LIBS="${GMSH_LIBS} -L${CGNS_PREFIX}/lib -lcgns"
FLAGS="${FLAGS} -DHAVE_LIBCGNS -I${CGNS_PREFIX}/include"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment