Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Where is "standard path" that described in FindSFML.cmake?  (Read 2850 times)

0 Members and 1 Guest are viewing this topic.

Nexeon

  • Newbie
  • *
  • Posts: 2
    • View Profile
Where is "standard path" that described in FindSFML.cmake?
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Where is "standard path" that described in FindSFML.cmake?
« Reply #1 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 ;)
Laurent Gomila - SFML developer

Nexeon

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Where is "standard path" that described in FindSFML.cmake?
« Reply #2 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 :)

 

anything