CMake
- added information to task diag to indicate if task is built with cmake (to support the upcoming move away from autotools).
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
/* git information */
|
||||
#cmakedefine HAVE_COMMIT
|
||||
|
||||
/* cmake information */
|
||||
#cmakedefine HAVE_CMAKE
|
||||
#define CMAKE_VERSION "${CMAKE_VERSION}"
|
||||
|
||||
/* Compiling platform */
|
||||
#cmakedefine LINUX
|
||||
#cmakedefine DARWIN
|
||||
|
||||
Reference in New Issue
Block a user