mingw_cross_toolchain.cmake: remove the deprecated CMAKE_FORCE_C_COMPILER
authorAntonio Ospite <ao2@ao2.it>
Mon, 26 Feb 2018 13:53:48 +0000 (14:53 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 26 Feb 2018 13:53:48 +0000 (14:53 +0100)
commit69259db6342007afcd0f49257b0aabeb9f4ef449
tree76703219b3e4529b784ddd4d3fd70a010ba6d62a
parent414eac4ca768f79c6c372d629a76bfd5ab914cde
mingw_cross_toolchain.cmake: remove the deprecated CMAKE_FORCE_C_COMPILER

This fixes the following warning:

  CMake Deprecation Warning at /usr/share/cmake-3.10/Modules/CMakeForceCompiler.cmake:69 (message):
    The CMAKE_FORCE_C_COMPILER macro is deprecated.  Instead just set
    CMAKE_C_COMPILER and allow CMake to identify the compiler.
cmake_modules/mingw_cross_toolchain.cmake