Please delete this post. I don't know why is twice [message #1841019] |
Fri, 30 April 2021 13:30 |
Jose Maldonado Messages: 6 Registered: March 2021 |
Junior Member |
|
|
I use eclipse like C++ IDE, and the compilation, although driven from eclipse, is through CMake managed.
The type of build is set between Release and Debug, by means of:
set(CMAKE_BUILD_TYPE Debug) #set to Debug or Release
Which is equivalent to adding the in the command line the option
cmake .. -DCMAKE_BUILD_TYPE=Debug
My question is, is there a way to set this variable through Run/Debug control on the IDE?
https://pasteboard.co/JZJdVhV.png
in other words, how to define cmake variables through Run/Debug IDE interface? Is it possible?
Thanks in advance
[Updated on: Fri, 30 April 2021 13:35] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.13499 seconds