Replaced non-ASCII symbols with equivalents
This commit is contained in:
parent
20af2a4dfa
commit
01d5d1b463
10 changed files with 35 additions and 35 deletions
|
@ -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 user’s 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue