Skip to content

Commit abde59f

Browse files
committed
cmake: Report more compiler details in summary
1 parent 7abf979 commit abde59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ message("Valgrind .............................. ${SECP256K1_VALGRIND}")
343343
get_directory_property(definitions COMPILE_DEFINITIONS)
344344
string(REPLACE ";" " " definitions "${definitions}")
345345
message("Preprocessor defined macros ........... ${definitions}")
346-
message("C compiler ............................ ${CMAKE_C_COMPILER}")
346+
message("C compiler ............................ ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION}, ${CMAKE_C_COMPILER}")
347347
message("CFLAGS ................................ ${CMAKE_C_FLAGS}")
348348
get_directory_property(compile_options COMPILE_OPTIONS)
349349
string(REPLACE ";" " " compile_options "${compile_options}")

0 commit comments

Comments
 (0)