mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
Merge topic 'modernize-raw-string-literal'
30bb14c657 Modernize: Enable modernize-raw-string-literal in clang-tidy
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3184
This commit is contained in:
@@ -457,7 +457,7 @@ void cmLocalGenerator::GenerateInstallRules()
|
||||
<< "if(NOT DEFINED CMAKE_INSTALL_PREFIX)" << std::endl
|
||||
<< " set(CMAKE_INSTALL_PREFIX \"" << prefix << "\")" << std::endl
|
||||
<< "endif()" << std::endl
|
||||
<< "string(REGEX REPLACE \"/$\" \"\" CMAKE_INSTALL_PREFIX "
|
||||
<< R"(string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX )"
|
||||
<< "\"${CMAKE_INSTALL_PREFIX}\")" << std::endl
|
||||
<< std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user