Skip to content

Commit 1912e99

Browse files
committed
make suggested change and expose cppinterop version
1 parent b277915 commit 1912e99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/CppInterOp/CppInterOpConfig.cmake.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ set(CPPINTEROP_LLVM_VERSION_MAJOR "@LLVM_VERSION_MAJOR@")
4646
set(CPPINTEROP_LLVM_VERSION_MINOR "@LLVM_VERSION_MINOR@")
4747
set(CPPINTEROP_LLVM_VERSION_PATCH "@LLVM_VERSION_PATCH@")
4848
set(CPPINTEROP_LLVM_VERSION_SUFFIX "@LLVM_VERSION_SUFFIX@")
49-
set(CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_VERSION@")
49+
set(CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_LLVM_VERSION@")
50+
set(CPPINTEROP_VERSION "@CPPINTEROP_VERSION@")
5051

5152
# Provide all our library targets to users.
5253
if (@BUILD_SHARED_LIBS@)

0 commit comments

Comments
 (0)