~ubuntu-branches/ubuntu/wily/openms/wily-proposed

« back to all changes in this revision

Viewing changes to cmake/FindBoost.cmake

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-e6mvctvil4ko9npv
Tags: 1.9.0-1
1.9.0 First Debian package release (Closes: #691129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
  )
313
313
endmacro(_Boost_ADJUST_LIB_VARS)
314
314
 
 
315
 
 
316
# ------------------------------------------------------------------------------
 
317
#
 
318
# Force the shared library object use instead of the static lib.
 
319
 
 
320
set(Boost_USE_STATIC_LIBS        OFF)
 
321
 
315
322
#-------------------------------------------------------------------------------
316
323
 
317
324
#
392
399
  # The user has not requested an exact version.  Among known
393
400
  # versions, find those that are acceptable to the user request.
394
401
  set(_Boost_KNOWN_VERSIONS ${Boost_ADDITIONAL_VERSIONS}
395
 
    "1.46.1"
 
402
    "1.49.0" "1.49" "1.48.0" "1.48" "1.46.1"
396
403
    "1.46.0" "1.46" "1.45.0" "1.45" "1.44.0" "1.44" "1.43.0" "1.43" "1.42.0" "1.42"
397
404
    "1.41.0" "1.41" "1.40.0" "1.40" "1.39.0" "1.39" "1.38.0" "1.38" "1.37.0" "1.37"
398
405
    "1.36.1" "1.36.0" "1.36" "1.35.1" "1.35.0" "1.35" "1.34.1" "1.34.0"