Skip to content

Commit

Permalink
Make dependencies install directory relative to CMAKE_INSTALL_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceylo authored and eXpl0it3r committed Mar 26, 2018
1 parent 09e24ad commit fc655f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if(SFML_OS_MACOSX)
sfml_set_option(SFML_INSTALL_XCODE_TEMPLATES FALSE BOOL "TRUE to automatically install the Xcode templates, FALSE to do nothing about it. The templates are compatible with Xcode 4 and 5.")
else()
# add an option to let the user specify a custom directory for external libraries installation
sfml_set_option(SFML_DEPENDENCIES_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}" PATH "External libraries (FLAC, Freetype, Vorbis, ...) installation directory")
sfml_set_option(SFML_DEPENDENCIES_INSTALL_PREFIX "." PATH "External libraries (FLAC, Freetype, Vorbis, ...) installation directory")
endif()

# Android options
Expand Down

0 comments on commit fc655f5

Please sign in to comment.