Jump to content

Stuck on Cmake


Recommended Posts

Hello, i have been trying to configure and generate cmake.. i managed to fix several error's before this but now im getting this issue..

Detected 64-bit platform
Using supplied MySQL sources
MSVC: 64-bit platform, enforced -D_WIN64 parameter
MSVC: Enabled extended object-support for debug-compiles
MSVC: Overloaded standard names
MSVC: Disabled NON-SECURE warnings
MSVC: Disabled POSIX warnings
MSVC: Disabled generic compiletime warnings
Found OpenSSL library: optimized;C:/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/OpenSSL-Win64/lib/VC/libeay32MDd.lib
Found OpenSSL headers: C:/OpenSSL-Win64/include
CMake Error at cmake/macros/FindGit.cmake:26 (message):
  

      Git was NOT FOUND on your system - did you forget to install a recent version, or setting the path to it?
      Observe that for revision hash/date to work you need at least version 1.7
Call Stack (most recent call first):
  CMakeLists.txt:71 (find_package)


Configuring incomplete, errors occurred!
See also "D:/GitHub/PSkyFire/SkyFire_5xx/build/CMakeFiles/CMakeOutput.log".
See also "D:/GitHub/PSkyFire/SkyFire_5xx/build/CMakeFiles/CMakeError.log".

The thing is, im following the wiki guide and i installed normal windows GIT, AND tortoise to be sure... I am on Window 7 64bit. Any help is much appreciated. How would i be able to "set the path" to it?

Link to comment
Share on other sites

For Windows 7:

Right click on Computer in the start menu.

Select 'Properties' from the drop down.

On the left side click 'Advanced System Settings'

Click the 'Environmental Variables..." button in the new window.

Under the 'System variables' list find the variable path and double click it.

In the new window edit the 'Variable value' by adding a semicolon and then your path to git at the end.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.