Skip to content

Cleaning up some CMake warnings in the dashboard

James Willenbring requested to merge william76:cmake_warning_cleanup into develop

Created by: william76

@trilinos/framework

Cleaning up some CMake warning messages that are showing up on the dashboard in the Clean track by fixing some 'deprecated' features according to tribits messages by replacing:

  • DEPLIBS with IMPORTEDLIBS
  • DEFINES with TARGETDEFINES

Warning messges can be found here (https://testing.sandia.gov/cdash/viewConfigure.php?buildid=2950039)

Packages affected:

  • ThreadPool
  • Galeri
  • Epetra

@bartlettroscoe please have a look to make sure that I didn't misinterpret the warning messages coming from tribits.

Merge request reports