projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
69259db
)
mingw_cross_toolchain.cmake: remove the deprecated CMAKE_FORCE_C_COMPILER
author
Antonio Ospite <ao2@ao2.it>
Mon, 26 Feb 2018 13:53:48 +0000
(14:53 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Mon, 26 Feb 2018 13:53:48 +0000
(14:53 +0100)
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.
No differences found