We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abf979 commit abde59fCopy full SHA for abde59f
CMakeLists.txt
@@ -343,7 +343,7 @@ message("Valgrind .............................. ${SECP256K1_VALGRIND}")
343
get_directory_property(definitions COMPILE_DEFINITIONS)
344
string(REPLACE ";" " " definitions "${definitions}")
345
message("Preprocessor defined macros ........... ${definitions}")
346
-message("C compiler ............................ ${CMAKE_C_COMPILER}")
+message("C compiler ............................ ${CMAKE_C_COMPILER_ID} ${CMAKE_C_COMPILER_VERSION}, ${CMAKE_C_COMPILER}")
347
message("CFLAGS ................................ ${CMAKE_C_FLAGS}")
348
get_directory_property(compile_options COMPILE_OPTIONS)
349
string(REPLACE ";" " " compile_options "${compile_options}")
0 commit comments