[CMake] Problem making vc project

Yuri Timenkov yuri at timenkov.ru
Wed Jul 27 23:33:13 EDT 2011


The original CMakeLists will be helpful to solve your problem. Could you
provide a small stand-alone example reproducing your problem?

On Wed, Jul 27, 2011 at 8:02 PM, Nima Nouri <nouri.f.nima at gmail.com> wrote:

> Hi everybody
>
> I am currently trying to compile my source code on VC9.
> Previously I was using VC8 and every thing was fine but now cmake does make
> everything like before but only a vcproject file.
> I have attached both files in a rar archive to this mail, the one made for
> VC8 is larger 250KB and the one made for VC9 is the smaller 70KB.
>
> if you comparison the files (of course with a comparison utility like the
> ones notepad++ have) you will find that all cuda source files are not added
> to the build list on the VC9 file.
> Does any one has any idea about whats causing this? and How i can fix it?
>
> I should add that the settings of the cmake files for both VC8 and VC9 are
> set using the cmake internal parameters MSVC80 and MSVC90 and the
> configurations are the same. for example
>
> if (MSVC80)
> -The block of command
> endif (MSVC80)
>
> if (MSVC90)
> -The same block of command
> endif (MSVC90)
>
> --
>  Best Regards
> N.Nouri
>
> Ph.D Student
> Department of Mechanical Engineering
> Isfahan University of Technology
> Isfahan, Iran
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110728/b56ac7fa/attachment-0001.htm>


More information about the CMake mailing list