File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ install(FILES ${docopt_HEADERS} DESTINATION include/docopt)
105
105
# CMake Package
106
106
include (CMakePackageConfigHelpers )
107
107
write_basic_package_version_file ("${PROJECT_BINARY_DIR} /docopt-config-version.cmake" COMPATIBILITY SameMajorVersion )
108
- install (FILES docopt-config.cmake ${PROJECT_BINARY_DIR} /docopt-config-version.cmake DESTINATION "lib /cmake/docopt" )
109
- install (EXPORT ${export_name} DESTINATION "lib /cmake/docopt" )
108
+ install (FILES docopt-config.cmake ${PROJECT_BINARY_DIR} /docopt-config-version.cmake DESTINATION "${CMAKE_INSTALL_LIBDIR} /cmake/docopt" )
109
+ install (EXPORT ${export_name} DESTINATION "${CMAKE_INSTALL_LIBDIR} /cmake/docopt" )
110
110
111
111
#============================================================================
112
112
# CPack
You can’t perform that action at this time.
0 commit comments