cannot properly find mt libraries

Bug #1369193 reported by P.Constantine
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cmake (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Because -mt lib support was dropped from trusty, cmake in trusty cannot find -mt librarieas and fails miserably.
I.e. /usr/share/cmake-2.8/Modules/FindBoost.cmake still tries to find *-mt libs though they do not exist anymore.

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

mmm I see in that file
# Boost_USE_MULTITHREADED - Set to OFF to use the non-multithreaded
# libraries ('mt' tag). Default is ON.

set (_boost_MULTITHREADED "-mt")
if( NOT Boost_USE_MULTITHREADED )
  set (_boost_MULTITHREADED "")
endif()

so probably you just have to set that variable.

Changed in cmake (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.