Skip to content

Commit

Permalink
Remove incomplete installation support
Browse files Browse the repository at this point in the history
Installing applications with runtime assets like fonts and shared
libraries is not trivial. This single install command gives users
the impression that they can install their programs but falls short
of what many users would need so for now we're better off removing
it until we can provide a more robust one-size-fits-all solution
for installation.
  • Loading branch information
ChrisThrasher committed May 25, 2024
1 parent c6075d3 commit 5cd75b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ if(WIN32)
PRE_BUILD COMMAND ${CMAKE_COMMAND} -E copy ${SFML_SOURCE_DIR}/extlibs/bin/$<IF:$<EQUAL:${CMAKE_SIZEOF_VOID_P},8>,x64,x86>/openal32.dll $<TARGET_FILE_DIR:main>
VERBATIM)
endif()

install(TARGETS main)

0 comments on commit 5cd75b1

Please sign in to comment.