Skip to content

Commit 2aed493

Browse files
committed
[TSAR, CMake] Export variables to identify whether the project has been built with APC enabled.
1 parent 89d8ba2 commit 2aed493

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/TSARConfig.cmake.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set(TSAR_LLVM_VERSION @LLVM_VERSION@)
55

66
set(TSAR_ENABLE_FORTRAN "@FLANG_FOUND@")
77

8+
set(TSAR_ENABLE_APC "@APC_FOUND@")
9+
810
set(TSAR_INCLUDE_SUFFIX "@TSAR_INCLUDE_PATH@")
911

1012
# Set list of extenal tools, such as clang or llvm-link, available

0 commit comments

Comments
 (0)