Remove installation of poet binary

This commit is contained in:
Max Luebke 2024-03-13 16:58:37 +01:00
parent bcabe5bcc4
commit 5357bdf975

View File

@ -69,5 +69,5 @@ add_executable(poet_init initializer.cpp)
target_link_libraries(poet_init PRIVATE poetinitlib RRuntime)
target_include_directories(poet_init PRIVATE "${CMAKE_CURRENT_BINARY_DIR}")
install(TARGETS poet DESTINATION bin)
# install(TARGETS poet DESTINATION bin)