Replaced non-ASCII symbols with equivalents

This commit is contained in:
Oleh Prypin 2015-03-10 01:56:04 +02:00
parent 20af2a4dfa
commit 01d5d1b463
10 changed files with 35 additions and 35 deletions

View file

@ -81,7 +81,7 @@ macro(sfml_add_library target)
MACOSX_FRAMEWORK_BUNDLE_VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
endif()
# adapt install directory to allow distributing dylibs/frameworks in users frameworks/application bundle
# adapt install directory to allow distributing dylibs/frameworks in user's frameworks/application bundle
set_target_properties(${target} PROPERTIES
BUILD_WITH_INSTALL_RPATH 1
INSTALL_NAME_DIR "@rpath")