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 cfe6d69 commit 34b9294Copy full SHA for 34b9294
CMakeLists.txt
@@ -22,7 +22,8 @@ SET(CMAKE_C_FLAGS_RELWITHDEBINFO "-O3 -g -DNDEBUG")
22
include(system)
23
24
project(paddle CXX C Go)
25
-MESSAGE(STATUS "CXX compiler version:" ${CMAKE_C_COMPILER_VERSION})
+message(STATUS "CXX compiler: " ${CMAKE_CXX_COMPILER} ", version: " ${CMAKE_CXX_COMPILER_VERSION})
26
+message(STATUS "C compiler: " ${CMAKE_C_COMPILER} ", version: " ${CMAKE_C_COMPILER_VERSION})
27
28
find_package(Sphinx)
29
if(NOT CMAKE_CROSSCOMPILING)
0 commit comments