After updating to the latest Cinder, ci_make_app() appears to default CMAKE_RUNTIME_OUTPUT_DIRECTORY to ${CMAKE_CURRENT_SOURCE_DIR}/build/... instead of ${CMAKE_BINARY_DIR}/.... This causes binaries to be written into proj/cmake/build even when configuring out-of-source, which changes the previous behavior.
Is this change intended?
After updating to the latest Cinder,
ci_make_app()appears to defaultCMAKE_RUNTIME_OUTPUT_DIRECTORYto${CMAKE_CURRENT_SOURCE_DIR}/build/...instead of${CMAKE_BINARY_DIR}/.... This causes binaries to be written intoproj/cmake/buildeven when configuring out-of-source, which changes the previous behavior.Is this change intended?