Hello,
I followed the instructions in build.md to configure cc for Visual Studio, but when I build the compile file, the only folder in my CMAKE_INSTALL_PREFIX directory is CloudCompare_debug, and the executable there is in [debug] mode. Where is the release version located, or how can I specify the creation of the release version.
cannot compile release version
Re: cannot compile release version
With visual, you have to change the configuration from 'Debug' to 'Release' and compile in release mode ;)
Daniel, CloudCompare admin