Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Cannot open include file: 'CGAL/compiler_config.h': No such file or directory

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Cannot open include file: 'CGAL/compiler_config.h': No such file or directory


Chronological Thread 
  • From: cmodel <>
  • To:
  • Subject: [cgal-discuss] Re: Cannot open include file: 'CGAL/compiler_config.h': No such file or directory
  • Date: Sat, 24 Sep 2011 07:38:40 -0700 (PDT)

after CMAKEd, it will generate this compiler_config.h inside where you set
the build path.

if you set the build PATH to be another one in Cmake GUI, then it will
generate in that new folder.

if you did not set the build PATH, it will generate in the
/path/to/CGAL/include/

like mine: I set build path in Cmake GUI to C:\CGAL\_build,
so it generate folders including \CMakeFiles, \config, \include, \lib,
\src and VS9/VS10 solution files etc...

then compile_config.h file locates at \include folder. you can copy to
\CGAL\include folder.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Cannot-open-include-file-CGAL-compiler-config-h-No-such-file-or-directory-tp3217352p3839481.html
Sent from the cgal-discuss mailing list archive at Nabble.com.


  • [cgal-discuss] Re: Cannot open include file: 'CGAL/compiler_config.h': No such file or directory, cmodel, 09/24/2011

Archive powered by MHonArc 2.6.16.

Top of Page