Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] installing boost (problem)

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] installing boost (problem)


Chronological Thread 
  • From: Olivier Tournaire <>
  • To:
  • Subject: Re: Re: [cgal-discuss] installing boost (problem)
  • Date: Sun, 25 Oct 2009 15:36:48 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=fWS2Z1ZiSl6EnMw3f360AZRsjWlKazSXDcGj4deGyo3t2Vnj3f+Opm3rKdmwLym8up FUOt6KtXsc1OZW34M7jVZzdWR0gi/UQwqzR9kvrLATamslWS5SAiqcEbRMcvSKGthpwk w4kU1ZlMSXDRsg3JCyDSO0dmBfRXqmBMPlCrY=

Hi,


2009/10/25 <>
Hi,

thanks for your help, but i didnt understand so well what i have to do to solve
the problem! My CMakeLists.txt just have this six line weird text:

# just install the modules
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.in)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.txt)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.cmake$)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.dsptemplate$)
INSTALL_FILES(${CMAKE_DATA_DIR}/Templates .*\\.vsmacros$)


Maybe you can try to run in a command prompt:

cd where_is_located_boost_cmakelists.txt
cmake -DCMAKE_IS_EXPERIMENTAL=YES_I_KNOW .

(do not forget the '.' at the end of the line)

Or, you can look at the advanced values in cmake-gui, and change the value of CMAKE_IS_EXPERIMENTAL.

Hope it helps

Ragrds,

Olivier


About your other solution (downloading the windows installer of boost
1.38)...that was my first try. But it didnt work also, because of some transfer
errors during the setup.


Thanks
Regards
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page