Skip to content

Commit

Permalink
Remove printing of vars that are now empty (TriBITSPub/TriBITS#299)
Browse files Browse the repository at this point in the history
I forgot to remove these vars in Trilinos PR trilinos#10813.  They should not be
printed anymore because they should not be used anymore.
  • Loading branch information
bartlettroscoe authored and cgcgcg committed Sep 12, 2022
1 parent 710f8ec commit 3ead0c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions demos/simpleBuildAgainstTrilinos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ MESSAGE(" Trilinos_VERSION = ${Trilinos_VERSION}")
MESSAGE(" Trilinos_PACKAGE_LIST = ${Trilinos_PACKAGE_LIST}")
MESSAGE(" Trilinos_LIBRARIES = ${Trilinos_LIBRARIES}")
MESSAGE(" Trilinos_INCLUDE_DIRS = ${Trilinos_INCLUDE_DIRS}")
MESSAGE(" Trilinos_LIBRARY_DIRS = ${Trilinos_LIBRARY_DIRS}")
MESSAGE(" Trilinos_TPL_LIST = ${Trilinos_TPL_LIST}")
MESSAGE(" Trilinos_TPL_INCLUDE_DIRS = ${Trilinos_TPL_INCLUDE_DIRS}")
MESSAGE(" Trilinos_TPL_LIBRARIES = ${Trilinos_TPL_LIBRARIES}")
MESSAGE(" Trilinos_TPL_LIBRARY_DIRS = ${Trilinos_TPL_LIBRARY_DIRS}")
MESSAGE(" Trilinos_BUILD_SHARED_LIBS = ${Trilinos_BUILD_SHARED_LIBS}")
MESSAGE("End of Trilinos details\n")

Expand Down

0 comments on commit 3ead0c4

Please sign in to comment.