Put the following statement after the target is defined (i.e. after the add_executable or add_library)
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "your name")
See the documentation for more details.
Put the following statement after the target is defined (i.e. after the add_executable or add_library)
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "your name")
See the documentation for more details.
The requested URL was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.