mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
Yet another attempt to use CMake
This commit is contained in:
@@ -159,6 +159,12 @@ CString CZNC::GetCompileOptionsString() {
|
||||
"yes"
|
||||
#else
|
||||
"no"
|
||||
#endif
|
||||
", build: "
|
||||
#ifdef BUILD_WITH_CMAKE
|
||||
"cmake"
|
||||
#else
|
||||
"autoconf"
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user