mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
Removed sed frmo CMakeLists as it is not cross-platform
This commit is contained in:
parent
1768276350
commit
bfd32983ff
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user