Skip to content

Commit

Permalink
Merge pull request #9878 from hudokkow/cmake_managestring
Browse files Browse the repository at this point in the history
[cmake] get rid of ManageString.cmake
  • Loading branch information
hudokkow committed Jun 1, 2016
2 parents eaaf192 + 2302fd3 commit 59af8c9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 238 deletions.
1 change: 0 additions & 1 deletion project/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ include(scripts/common/GeneratorSetup.cmake)
include(scripts/common/AddOptions.cmake)
include(scripts/common/ArchSetup.cmake)
include(scripts/common/Macros.cmake)
include(scripts/common/ManageString.cmake)
include(scripts/common/ProjectMacros.cmake)
include(scripts/common/PathSetup.cmake)
include(ExternalProject)
Expand Down
1 change: 0 additions & 1 deletion project/cmake/installdata/cmake-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ project/cmake/scripts/common/GenerateVersionedFiles.cmake
project/cmake/scripts/common/GeneratorSetup.cmake
project/cmake/scripts/common/HandleDepends.cmake
project/cmake/scripts/common/Macros.cmake
project/cmake/scripts/common/ManageString.cmake
project/cmake/scripts/common/PathSetup.cmake
project/cmake/scripts/common/PrepareEnv.cmake
project/cmake/scripts/common/ProjectMacros.cmake
2 changes: 1 addition & 1 deletion project/cmake/scripts/common/Macros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function(core_add_subdirs_from_filelist files)
string(STRIP ${filename} filename)
core_file_read_filtered(fstrings ${filename})
foreach(subdir ${fstrings})
STRING_SPLIT(subdir " " ${subdir})
string(REPLACE " " ";" subdir ${subdir})
list(GET subdir 0 subdir_src)
list(GET subdir -1 subdir_dest)
if(VERBOSE)
Expand Down
235 changes: 0 additions & 235 deletions project/cmake/scripts/common/ManageString.cmake

This file was deleted.

0 comments on commit 59af8c9

Please sign in to comment.