Skip to content

Commit

Permalink
[cleanup][windows] mingw was removed at c569b88
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Mar 3, 2018
1 parent 2624964 commit 578103b
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 67 deletions.
37 changes: 0 additions & 37 deletions cmake/addons/depends/windows/cmake/mingw/CMakeLists.txt

This file was deleted.

3 changes: 0 additions & 3 deletions cmake/addons/depends/windows/cmake/mingw/MinGWConfig.cmake.in

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion cmake/addons/depends/windows/cmake/mingw/mingw.txt

This file was deleted.

6 changes: 0 additions & 6 deletions cmake/addons/depends/windows/cmake/mingw/mingw32-cmd.bat.in

This file was deleted.

Empty file.
3 changes: 0 additions & 3 deletions cmake/scripts/common/HandleDepends.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ function(add_addon_depends addon searchpath)
if(EXISTS ${dir}/flags.txt)
set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${dir}/flags.txt)
file(STRINGS ${dir}/flags.txt extraflags)

# replace some custom placeholders
string(REPLACE "@MINGW_TOOLCHAIN_FILE@" "${OUTPUT_DIR}/Toolchain_mingw32.cmake" extraflags "${extraflags}")
string(REPLACE " " ";" extraflags ${extraflags})

message(STATUS "${id} extraflags: ${extraflags}")
Expand Down

0 comments on commit 578103b

Please sign in to comment.