On 11/13/2017 05:43 PM, Fen Labalme wrote: > I've compiled openscap and the SSG locally and they work great. I'd like > to try scap-workbench but cmake complains "No package 'libopenscap' > found" despite having run "make install" on openscap. > > Running openscap 1.2.15 on Arch linux. I tried setting the libdir but it > still failed similarly: > > cmake -DOPENSCAP_libopenscap_LIBDIR=/usr/local/lib \ > -DOPENSCAP_libopenscap_INCLUDEDIR=/usr/local/include/openscap ../
I opened CMakeLists.txt and it seems that OPENSCAP_LIBRARIES and OPENSCAP_INCLUDE_DIRS could be better bet than OPENSCAP_libopenscap_LIBDIR and OPENSCAP_libopenscap_INCLUDEDIR. I did not try thou. ~š. _______________________________________________ Open-scap-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/open-scap-list
