Skip to content

Commit

Permalink
Revert "Revert "TriBITS Snapshot 2022-12-12 working toward TriBITSPub…
Browse files Browse the repository at this point in the history
…/TriBITS#63""

This reverts commit ae19a59.

This brings back the version of TriBITS snapshotted in Trilinos PR
trilinos/Trilinos#11380.
  • Loading branch information
bartlettroscoe committed Jan 11, 2023
1 parent 33b0001 commit 9e04569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ TRIBITS_CONFIGURE_FILE(${PACKAGE_NAME}_config.h)
SET(HEADERS "")
SET(SOURCES "")

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})
TRIBITS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR})

SET(HEADERS ${HEADERS}
${CMAKE_CURRENT_BINARY_DIR}/${PACKAGE_NAME}_config.h
)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
TRIBITS_INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

#
# Core files
Expand Down

0 comments on commit 9e04569

Please sign in to comment.