Skip to content

Commit

Permalink
Remove usage of deprecated function (TriBITSPub#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Nov 3, 2022
1 parent 7e68637 commit 840adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tribits/core/package_arch/TribitsProjectImpl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ macro(tribits_project_impl)

# Since the version header file is now configured the root build
# dir needs to be on the include path
include_directories(${CMAKE_CURRENT_BINARY_DIR})
tribits_include_directories(${CMAKE_CURRENT_BINARY_DIR})

#
# B) Set up user options and global variables that will be used throughout
Expand Down

0 comments on commit 840adb3

Please sign in to comment.