File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,11 @@ endif()
27
27
if (IS_DIRECTORY "${CPPINTEROP_INSTALL_PREFIX} /include" )
28
28
set (_include "${CPPINTEROP_INSTALL_PREFIX} /include" )
29
29
set (_lib "${CPPINTEROP_INSTALL_PREFIX} /${shared_lib_dir} /${_lib_prefix} clangCppInterOp${_lib_suffix} " )
30
+ set (_cmake "${CPPINTEROP_INSTALL_PREFIX} /${shared_lib_dir} /cmake/CppInterOp" )
30
31
else ()
31
32
set (_include "@CMAKE_CURRENT_SOURCE_DIR@/include" )
32
33
set (_lib "@CMAKE_CURRENT_BINARY_DIR@/${shared_lib_dir} /${_lib_prefix} clangCppInterOp${_lib_suffix} " )
34
+ set (_cmake "@CMAKE_CURRENT_BINARY_DIR@/${shared_lib_dir} /cmake/CppInterOp" )
33
35
endif ()
34
36
35
37
###
@@ -44,7 +46,7 @@ set(CPPINTEROP_LLVM_VERSION_MAJOR "@LLVM_VERSION_MAJOR@")
44
46
set (CPPINTEROP_LLVM_VERSION_MINOR "@LLVM_VERSION_MINOR@" )
45
47
set (CPPINTEROP_LLVM_VERSION_PATCH "@LLVM_VERSION_PATCH@" )
46
48
set (CPPINTEROP_LLVM_VERSION_SUFFIX "@LLVM_VERSION_SUFFIX@" )
47
- set (CPPINTEROP_LLVM_PACKAGE_VERSION "@PACKAGE_VERSION @" )
49
+ set (CPPINTEROP_LLVM_PACKAGE_VERSION "@CPPINTEROP_VERSION @" )
48
50
49
51
# Provide all our library targets to users.
50
52
if (@BUILD_SHARED_LIBS @)
You can’t perform that action at this time.
0 commit comments