mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 10:44:25 +00:00
Fix building/installing docs with CMake
Details: - During the installation of the package with CMake, it stops (via fail) when doc files should be copied. It was caused by changing current binary to current source CMake directory.
This commit is contained in:
committed by
Ralph Giles
parent
1ac2a6314b
commit
bab58c374f
@@ -25,7 +25,7 @@ else()
|
||||
"${PROJECT_SOURCE_DIR}/include/FLAC"
|
||||
"${PROJECT_SOURCE_DIR}/include/FLAC++")
|
||||
|
||||
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/html/"
|
||||
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/html/"
|
||||
DESTINATION "${CMAKE_INSTALL_DOCDIR}/html/api")
|
||||
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user