Skip to content

Commit

Permalink
Add warning about clipboard bug when using SFML system installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pinam45 committed Sep 28, 2018
1 parent b881ded commit 3b1fbff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/SFML.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if(NOT SFML_USE_EMBEDED)
set(SFML_LIBRARY sfml-system sfml-window sfml-graphics sfml-audio)

# Message
message(WARNING "If the program crashes when using the clipboard,"
" it is an SFML bug not yet fixed on your system but already fixed on Github (see https://github.com/SFML/SFML/pull/1437),"
" use CMake with -DCOMPILE_SFML_WITH_PROJECT=ON to compile and use the fixed version with the project")
message("> include: ${SFML_INCLUDE_DIR}")
message("> library: ${SFML_LIBRARY}")
message(STATUS "Configuring SFML - Done")
Expand Down

0 comments on commit 3b1fbff

Please sign in to comment.