Re: C++ expert needed / make/compile options

Originally Posted by
DocB
Yes, I tried just 'make build' as well - different error in OBS compared to a local build, if I issue the command from the source directory (/var/tmp/build-root/openSUSE_Leap_15.0-x86_64/home/abuild/rpmbuild/BUILD/civetweb-1.11/ in that case)
cmake...no idea. Sorry, never programmed in C++
Hi
Add options with a -D and append the cmakelists.txt bit...
eg;
Code:
%cmake -DCMAKE_BUILD_TYPE=RELEASE \
-DCIVETWEB_ENABLE_CXX=ON \
..
Cheers Malcolm °¿° SUSE Knowledge Partner (Linux Counter #276890)
SUSE SLE, openSUSE Leap/Tumbleweed (x86_64) | GNOME DE
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below... Thanks!
Bookmarks