Removed sed frmo CMakeLists as it is not cross-platform

This commit is contained in:
Itay Grudev 2022-06-09 16:03:03 +03:00 committed by GitHub
parent 1768276350
commit bfd32983ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,11 +76,4 @@ if(DOXYGEN_FOUND)
Windows.md
README.md
)
add_custom_command(
TARGET ${PROJECT_NAME}Documentation POST_BUILD
COMMAND find html/ -name *.html -type f -exec sed -i 's+https://github.com/jothepro/doxygen-awesome-css+https://github.com/itay-grudev/SingleApplication+g' {} \\\;
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Replacing project URL"
)
endif()