Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL 4.1: Cmake configuration for Boost on Windows

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL 4.1: Cmake configuration for Boost on Windows


Chronological Thread 
  • From: <>
  • To: <>
  • Subject: [cgal-discuss] CGAL 4.1: Cmake configuration for Boost on Windows
  • Date: Sat, 7 Sep 2013 13:42:14 +0100

Cmake 2.8.10.2 targetting Visual Studio 2012 (VS11)

 

CMake complains it cannot find boost_thread and boost_system. It has located the correct boost root and include paths (u:\pkg\boost_1_54_0).

 

I’ve got a BOOST_LIBRARYDIR set in the environment pointing at u:\pkg\boost_1_54_0\stage\lib which is where the B2 build process placed them.

 

The full pathnames of the relevant libraries are:

 

U:\pkg\boost_1_54_0\stage\lib\libboost_thread-vc110-mt-1_54.lib

U:\pkg\boost_1_54_0\stage\lib\libboost_system-vc110-mt-1_54.lib

 

U:\pkg\boost_1_54_0\stage\lib\libboost_signals-vc110-mt-gd-1_54.lib

U:\pkg\boost_1_54_0\stage\lib\libboost_system-vc110-mt-gd-1_54.lib

 

CMake is correctly finding the QT4 components etc.

 

What am I missing?

 

Thanks++

 

Jerry.




Archive powered by MHonArc 2.6.18.

Top of Page