CMAKE help

closed account (Dy7SLyTq)
im running cmake to set up sfml, but its giving me errors. i cant find anything wrong with the line

heres the line:
cmake_minimum_required(VERSION 2.8)

heres the error:
CMake Error: Error in cmake code at
C:/Users/DragonToothSoftware/Desktop/LaurentGomila-SFML-560b741/CMakeLists.txt:1:
Parse error. Expected a command name, got unquoted argument with text "".
Configuring incomplete, errors occurred!

is the sequence of character marking UTF-8 encoded files. Maybe Cmake only reads ASCII?

More info on the matter http://en.wikipedia.org/wiki/Byte_order_mark
Last edited on
closed account (Dy7SLyTq)
yes thank you that worked.
closed account (Dy7SLyTq)
which generator do i pick?
closed account (o1vk4iN6)
http://www.cmake.org/cmake/help/v2.8.10/cmake.html#section_Generators
Topic archived. No new replies allowed.