Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Compile with C++ main and Fortran module

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Compile with C++ main and Fortran module


Chronological Thread 
  • From: stevepny <>
  • To:
  • Subject: [cgal-discuss] Re: Compile with C++ main and Fortran module
  • Date: Wed, 27 Oct 2010 02:26:05 -0700 (PDT)


Ok I tried that, but I get an error when running "cmake ." (see below). I
tried commenting out the offending line that specifies the linker, but then
I don't get an executable when I run make. I think I had -DMOM2_ELF in there
because it was in the example script from which I adapted. I suppose it is
unnecessary so I'll remove it.

-- Build type: Release
-- USING CXXFLAGS = ' -frounding-math -O3 -DNDEBUG'
-- USING EXEFLAGS = ' '
-- Targetting Unix Makefiles
-- Using /usr/bin/c++ compiler.
CMake Error at CMakeLists.txt:28 (SET_TARGET_PROPERTIES):
set_target_properties Can not find target to add properties to: local_exe


-- Configuring incomplete, errors occurred!

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Compile-with-C-main-and-Fortran-module-tp3009841p3015120.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page