ntirpc icon indicating copy to clipboard operation
ntirpc copied to clipboard

CMake warnings

Open rossburton opened this issue 6 years ago • 1 comments

During configure with cmake 3.12.1:

CMake Warning (dev) at CMakeLists.txt:26 (set):
  Cannot set "NTIRPC_VERSION_EMBED": current scope has no parent.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:27 (set):
  Cannot set "NTIRPC_ABI_EMBED": current scope has no parent.
This warning is for project developers.  Use -Wno-dev to suppress it.

rossburton avatar Oct 05 '18 14:10 rossburton

Yeah, this is a known issue. It's a side effect of the work to make ntirpc build both alone and as a sub-module of Ganesha.

dang avatar Oct 05 '18 14:10 dang

I think we can close this.

ffilz avatar May 14 '24 20:05 ffilz