I set EXECUTABLE_OUTPUT_PATH as ${CMAKE_BINARY_DIR}/bin but the executable is created in ${CMAKE_BINARY_DIR}/bin/Debug or ${CMAKE_BINARY_DIR}/bin/Release.
How can I make it put all output under ${CMAKE_BINARY_DIR}/bin without Debug/Release folders?