Can anyone help? At the start of the  root cmakelist.txt file

 

PROJECT(CMakeLab)

MESSAGE("CMakeLab")

ENABLE_LANGUAGE(ASM-NASM)

 

Which generates the following error(s) in CMake 2.8.10.2 on Windows:

 

CMakeLab

CMake Error: cmListFileCache: error can not open file R:/src/CMakeLab

CMake Error: Could not find cmake module file:

CMake Error: Could not find cmake module
file:R:/src/CMakeLab/build/CMakeFiles/2.8.10.2/CMakeASM-NASMCompiler.cmake

CMake Error: Could not find cmake module file:CMakeASM-NASMInformation.cmake

 

The various NASM .cmake modules are in <cmake_root>\share\cmake-2.8\modules

 

TIA.

--

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://www.cmake.org/mailman/listinfo/cmake

Reply via email to