From 0696a2128017971de37138f625f766e0a29050aa Mon Sep 17 00:00:00 2001 From: Roland Kaufmann Date: Fri, 5 Jul 2013 12:45:39 +0200 Subject: [PATCH] Print linker version to log --- cmake/Modules/OpmLibMain.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Modules/OpmLibMain.cmake b/cmake/Modules/OpmLibMain.cmake index 7705adcb..b4159f0d 100644 --- a/cmake/Modules/OpmLibMain.cmake +++ b/cmake/Modules/OpmLibMain.cmake @@ -50,6 +50,7 @@ vcs_info () # print toolchain information to identify compilers with potential bugs include (UseCompVer) compiler_info () +linker_info () # default settings: build static debug library include (OpmDefaults)