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)
105105# CMake Package
106106include (CMakePackageConfigHelpers)
107107write_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" )
110110
111111#============================================================================
112112# CPack
You can’t perform that action at this time.
0 commit comments