aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2022-06-09 16:03:03 +0300
committerGitHub <noreply@github.com>2022-06-09 16:03:03 +0300
commitbfd32983ff023563ec46437319885f017b3b13bf (patch)
tree6da2dbeddbc45f6c6d201a7cc46fdcd21b44b5eb
parentURL correction now performed in the GH pages deployment (diff)
downloadsingleapplication-bfd32983ff023563ec46437319885f017b3b13bf.tar.xz
Removed sed frmo CMakeLists as it is not cross-platform
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f6fe157..fba9be0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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()