We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90fdc35 commit f1b46ceCopy full SHA for f1b46ce
cmake/CppInterOp/CppInterOpConfig.cmake.in
@@ -47,6 +47,7 @@ set(CPPINTEROP_LLVM_VERSION_MINOR "@LLVM_VERSION_MINOR@")
47
set(CPPINTEROP_LLVM_VERSION_PATCH "@LLVM_VERSION_PATCH@")
48
set(CPPINTEROP_LLVM_VERSION_SUFFIX "@LLVM_VERSION_SUFFIX@")
49
set(CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_LLVM_VERSION@")
50
+set(CPPINTEROP_VERSION "@CPPINTEROP_VERSION@")
51
52
# Provide all our library targets to users.
53
if (@BUILD_SHARED_LIBS@)
0 commit comments