Skip to content

Commit

Permalink
make suggested change and expose cppinterop version
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 5, 2024
1 parent b277915 commit 1912e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/CppInterOp/CppInterOpConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ set(CPPINTEROP_LLVM_VERSION_MAJOR "@LLVM_VERSION_MAJOR@")
set(CPPINTEROP_LLVM_VERSION_MINOR "@LLVM_VERSION_MINOR@")
set(CPPINTEROP_LLVM_VERSION_PATCH "@LLVM_VERSION_PATCH@")
set(CPPINTEROP_LLVM_VERSION_SUFFIX "@LLVM_VERSION_SUFFIX@")
set(CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_VERSION@")
set(CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_LLVM_VERSION@")
set(CPPINTEROP_VERSION "@CPPINTEROP_VERSION@")

# Provide all our library targets to users.
if (@BUILD_SHARED_LIBS@)
Expand Down

0 comments on commit 1912e99

Please sign in to comment.