Skip to content

Commit

Permalink
Merge pull request colobot#1730 from colobot/dev-fix-mingw
Browse files Browse the repository at this point in the history
Fix building on MSYS2/MinGW
  • Loading branch information
Emxx52 authored Aug 17, 2024
2 parents 36ab303 + 6f33a55 commit b2a0dea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
endif()

##
# Additional settings for MSYS
##
include("${colobot_SOURCE_DIR}/cmake/msys.cmake")

##
# Additional functions for colobot-lint
##
Expand Down
6 changes: 0 additions & 6 deletions cmake/msys.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion cmake/systems/Windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ add_subdirectory(${PROJECT_SOURCE_DIR}/lib/wingetopt)

list(APPEND WINDOWS_ADDITIONAL_LIBRARIES
wingetopt
Dbghelp
)

# Additional libraries for static runtime
Expand Down Expand Up @@ -45,7 +46,6 @@ if(COLOBOT_MSVC_STATIC_RUNTIME)
wsock32.lib
ws2_32.lib
setupapi.lib
Dbghelp
)
endif()

Expand Down

0 comments on commit b2a0dea

Please sign in to comment.