SFML community forums

General => General discussions => Topic started by: mercurio7891 on January 18, 2011, 10:44:57 am

Title: SFML 2.0 cmake installation and VS2010
Post by: mercurio7891 on January 18, 2011, 10:44:57 am
the code and source compiles fine. However I am having problem with the installation step which moves the files to a specified location as stated in the CMAKE_INSTALL_PREFIX.

after running cmake the VS2010 sln will include a project call "INSTALL" which I assume would install the files to the proper location. However when I compile the project "INSTALL" it gave an error saying "can't find the batch label specified - VCReportError"

Is there something I am missing out?

regards
Title: SFML 2.0 cmake installation and VS2010
Post by: Laurent on January 18, 2011, 11:29:14 am
Which version of CMake do you use?

It seems to be related to this CMake bug:
http://public.kitware.com/Bug/view.php?id=11533
Title: SFML 2.0 cmake installation and VS2010
Post by: mercurio7891 on January 18, 2011, 11:36:46 am
ahh thanks. :)