Skip to content

Commit

Permalink
Set TRIBITS_HIDE_DEPRECATED_INCLUDE_DIRECTORIES_OVERRIDE=TRUE (TriBIT…
Browse files Browse the repository at this point in the history
…SPub/TriBITS#429)

Let's not generate any deprecated warnings from the deprecated TriBITS
include_directories() function.  Let's just not define it.
  • Loading branch information
bartlettroscoe committed Dec 21, 2022
1 parent 6e504a8 commit eb297b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ INCLUDE(${CMAKE_SOURCE_DIR}/ProjectName.cmake)

SET(Seacas_ENABLE_CXX11_DEFAULT ON)
SET(Seacas_ENABLE_Zoltan_DEFAULT ON)
SET(TRIBITS_HIDE_DEPRECATED_INCLUDE_DIRECTORIES_OVERRIDE TRUE)

# Define the TriBITS minimum required CMake version
SET(TRIBITS_CMAKE_MINIMUM_REQUIRED 3.17.0)
Expand Down

0 comments on commit eb297b9

Please sign in to comment.