Re: [IMP-users] IMP-CGAL4.5.2-Surface_mesh_simplification’ is not a namespace-name
16 Mar
2015
16 Mar
'15
4:45 p.m.
On 03/14/2015 01:50 AM, 陈同 wrote: > I have to add the following lines to CMakeLists.txt. (Listing here for > newbies like me.)
While that (in principle) should work, you don't need to edit CMakeLists.txt. Either run ccmake (rather than cmake) and edit the variables in the CMake cache, or you can specify them on the command line when you run cmake. e.g. this is how we run cmake on a 64-bit RHEL5 system (which is too old to have recent enough Boost or HDF5 libraries):
cmake28 .. -DCMAKE_INCLUDE_PATH=/usr/include/boost141;/usr/include/hdf518/ -DCMAKE_LIBRARY_PATH=/usr/lib64/boost141;/usr/lib64/hdf518
Ben
--
ben@salilab.org http://salilab.org/~ben/
"It is a capital mistake to theorize before one has data."
- Sir Arthur Conan Doyle
3568
Age (days ago)
3568
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ben Webb