<div dir="ltr"><div>Disabling in CMakeCache.txt or by cmake does not work. Still the same error:<br><br>-- checking for one of the modules 'spatialite>=4.2.0'<br>CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):<br>  Could NOT find Nitro (missing: NITRO_LIBRARIES NITRO_INCLUDE_DIR) (Required<br>  is at least version "2.6")<br>Call Stack (most recent call first):<br>  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)<br>  cmake/modules/FindNitro.cmake:73 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)<br>  cmake/nitro.cmake:5 (find_package)<br>  tools/nitfwrap/CMakeLists.txt:2 (include)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/stefan/sources/pdal/build/CMakeFiles/CMakeOutput.log".<br>See also "/home/stefan/sources/pdal/build/CMakeFiles/CMakeError.log".<br><br></div><div>Isn't there also an error on line 75 in src/CMakeList.txt? The closing double brackets?<br></div><div><br></div>regr<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 29, 2016 at 5:14 PM, Andrew Bell <span dir="ltr"><<a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class=""><div>On Fri, Apr 29, 2016 at 9:39 AM, Stefan Ziegler <span dir="ltr"><<a href="mailto:stefan.ziegler.de@gmail.com" target="_blank">stefan.ziegler.de@gmail.com</a>></span> wrote:<br></div></span><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><span><div>Hi<br><br></div>can anybody give a hint a about "nitro". I get some cmake errors:<br></span></div></div></div></div></blockquote><div><br></div></span>Are you processing NITF files?  If not, you can just turn it off in CMakeCache.txt with:<div><br></div><div>BUILD_PLUGIN_NITF:BOOL=OFF</div><div><br></div><div>Otherwise you can get NITRO from:</div><div><br></div><div><a href="https://github.com/hobu/nitro" target="_blank">https://github.com/hobu/nitro</a></div></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div>Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</font></span></div></div>
</blockquote></div><br></div>