From bfd32983ff023563ec46437319885f017b3b13bf Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 9 Jun 2022 16:03:03 +0300 Subject: Removed sed frmo CMakeLists as it is not cross-platform --- CMakeLists.txt | 7 ------- 1 file changed, 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() -- cgit v1.2.1