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 b350a00 commit d9440adCopy full SHA for d9440ad
CMakeLists.txt
@@ -211,7 +211,7 @@ INCLUDE (CMakePackageConfigHelpers)
211
IF (NOT (CMAKE_VERSION VERSION_LESS 3.14))
212
SET (extra_version_file_args ARCH_INDEPENDENT)
213
ENDIF ()
214
-SET (cmake_config_path "lib/cmake/msgpackc-cxx")
+SET (cmake_config_path "${CMAKE_INSTALL_LIBDIR}/cmake/msgpackc-cxx")
215
216
# Configure the main package file from source tree.
217
CONFIGURE_PACKAGE_CONFIG_FILE (
0 commit comments