X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2FCMakeLists.txt;h=b4f4d8a04140e0b6d6d81522ea58bbe880a7e689;hb=f7d44570f8de6e15f768e8e2d9b6061cd0bff11f;hp=7a4c9b58ec7010bc3ae422f41c265b721f588c61;hpb=15390d7fea1b82b9cb8037ea7fd3a9cf3b00230b;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 7a4c9b5..b4f4d8a 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -119,6 +119,6 @@ if( BUILD_DOC ) add_custom_target( man_pages ALL DEPENDS ${man3_files};${man7_files} ) else() - message( "+++ not building doc, set -DBULID_DOC on cmake commandline to enable" ) + message( "+++ not building doc, set -DBULID_DOC=1 on cmake command line to enable" ) endif() unset( BUILD_DOC CACHE ) # prevent it from being applied next build unless specifically set on comd line