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 11, 2024
1 parent bc571e8 commit 8d0caa5
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:CMakeSFMLProject>
VERBATIM)
endif()

install(TARGETS CMakeSFMLProject)

0 comments on commit 8d0caa5

Please sign in to comment.