I am working on Windows 7 with visual studio 2010.
I have a cmake build environment that doesnβt work as I would like. In particular, it starts the .cmake file at some point, which processes all the correct files except one. I would like to run it manually to process the last file, right? How?
(Details: the program I'm trying to compile is opencv, especially the ocl..cmake script module. I want to run cl2cpp.cmake )
source share