CMake/C++ Unable to build debug version of libavrocpp
-----------------------------------------------------
Key: AVRO-925
URL: https://issues.apache.org/jira/browse/AVRO-925
Project: Avro
Issue Type: Bug
Components: c++
Affects Versions: 1.5.4
Reporter: Nebojsa Sabovic
Assignee: Nebojsa Sabovic
By setting CMAKE_BUILD_TYPE explicitly to Release in CMakeLists.txt, the
command-line value is overwritten. This makes it impossible to build a debug
version of the library.
The correct approach would be:
http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_change_the_default_build_mode_and_see_it_reflected_in_the_GUI.3F
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira