We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b277915 commit 1912e99Copy full SHA for 1912e99
cmake/CppInterOp/CppInterOpConfig.cmake.in
@@ -46,7 +46,8 @@ set(CPPINTEROP_LLVM_VERSION_MAJOR "@LLVM_VERSION_MAJOR@")
46
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_VERSION@")
+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