cmake errors, incorrect args, call stack

mkultra333

08-12-2010 13:54:32

Trying to set up QuickGui 10.1 with Cmake 2.8.1. Here are my settings:

and here is the output

CMake Error at CMakeModules/FindWinDeps.cmake:25 (message):
message called with incorrect number of arguments
Call Stack (most recent call first):
CMakeModules/FindDependencies.cmake:2 (find_package)
CMakeLists.txt:23 (find_package)


C:\Ogre\ogre\lib\Release
Configuring incomplete, errors occurred!

Calder

08-12-2010 17:01:35

Sorry, Windows isn't supported by the CMake system. If you were willing to help, I could look into making it so if there's a problem with the VS project files, but otherwise I would recommend just using those. The reason this hasn't happened before is that 1) I don't have access to a Windows machine, and 2) KFM uses VS projects for development / Windows build so I haven't bothered to change that. :oops:

mkultra333

09-12-2010 14:30:41

Ah, ok. I find cmake an endless source of misery anyway, so no great loss. I downloaded 10.8 from the password protected site and have compiled that, so I'll see how things go from there.