Print compiler version number when configuring
This commit is contained in:
parent
bc4057a0d4
commit
3ae89d0754
@ -63,6 +63,10 @@ system_info ()
|
|||||||
include (UseVCSInfo)
|
include (UseVCSInfo)
|
||||||
vcs_info ()
|
vcs_info ()
|
||||||
|
|
||||||
|
# print toolchain information to identify compilers with potential bugs
|
||||||
|
include (UseCompVer)
|
||||||
|
compiler_info ()
|
||||||
|
|
||||||
# include special
|
# include special
|
||||||
if (CMAKE_VERSION VERSION_LESS "2.8.7")
|
if (CMAKE_VERSION VERSION_LESS "2.8.7")
|
||||||
message (STATUS "Enabling backward compatibility modules for CMake ${CMAKE_VERSION}")
|
message (STATUS "Enabling backward compatibility modules for CMake ${CMAKE_VERSION}")
|
||||||
|
Loading…
Reference in New Issue
Block a user