We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47abf97 commit 3bf62acCopy full SHA for 3bf62ac
CMakeLists.txt
@@ -33,6 +33,11 @@ MESSAGE(STATUS "Building LuxCore ${LUXCORE_VERSION}")
33
34
project(LuxCore)
35
36
+MESSAGE(STATUS "C++ compiler identifier is ${CMAKE_CXX_COMPILER_ID}")
37
+MESSAGE(STATUS "C++ compiler version is ${CMAKE_CXX_COMPILER_VERSION}")
38
+MESSAGE(STATUS "C compiler identifier is ${CMAKE_C_COMPILER_ID}")
39
+MESSAGE(STATUS "C compiler version is ${CMAKE_C_COMPILER_VERSION}")
40
+
41
# Version computation
42
#
43
# Version number can be set by external caller (for instance, Github action)
0 commit comments