SFML community forums

Help => General => Topic started by: Nexeon on December 25, 2016, 03:07:03 pm

Title: Where is "standard path" that described in FindSFML.cmake?
Post by: Nexeon on December 25, 2016, 03:07:03 pm
In the FindSFML.cmake file i found that lines:

Quote
# If SFML is not installed in a standard path, you can use the SFML_ROOT CMake (or environment) variable
# to tell CMake where SFML is.

But where this path by default? And how to set it?

P.S. I am use: Win 10 x64, MinGW
Title: Re: Where is "standard path" that described in FindSFML.cmake?
Post by: Laurent on December 25, 2016, 04:34:11 pm
On Windows it's "C:\Program Files", on Linux it's "/usr/lib", etc. You're supposed to know them ;)
Title: Re: Where is "standard path" that described in FindSFML.cmake?
Post by: Nexeon on December 25, 2016, 04:52:43 pm
On Windows it's "C:\Program Files", on Linux it's "/usr/lib", etc. You're supposed to know them ;)

Thank you for answer :)