On 09/28/2014 04:31 PM, Benjamin Staubli wrote:
Hello everyone,

I encountered some problems when I tried to setup a CUDA project in CMake.

My first line of code in the CMakeLists.txt file is find_package(CUDA).

That may be the problem if you do have an explicit project() call it has to come before find_package(). project() runs compiler detection and queries compiler information which is used by the module.

Nils
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to