Disable shipping the editor because it is not currently usable

This commit is contained in:
Louis Gombert 2024-08-10 01:07:18 +02:00
parent 05e873ade4
commit 9551e78b92

View File

@ -578,4 +578,6 @@ target_link_libraries(Descent3Editor PRIVATE
${PLATFORM_LIBS})
add_dependencies(Descent3Editor get_git_hash)
install(TARGETS Descent3Editor RUNTIME)
# FIXME: enable installation again when the editor is stable/usable
# install(TARGETS Descent3Editor RUNTIME)