I am using Cmake GUI 2.8 to build opencv 2.4.10 on a linux machine. I want to build both Debug and Release versions at the same time so that I will have two libraries /lib/Debug and /lib/Release.
I notice that opencv has parameter CMAKE_BUILD_TYPE
but don't know how to enable both types.
How do I configure CMake GUI to do that?
Is not possible to do them at the same time. You should configure two separate build directories, one for the debug and one for the release builds.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With