Skip to content

Commit 90fdc35

Browse files
committed
make suggested change
1 parent b277915 commit 90fdc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CppInterOp/CppInterOpConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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@")
5050

5151
# Provide all our library targets to users.
5252
if (@BUILD_SHARED_LIBS@)

0 commit comments

Comments
 (0)