Re: [CMake] NASM support?

2013-09-26 Thread g4
Alexander, no joy. The problem is identical: Root is 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.12-rc3/CMakeASM-NASMCompiler.cmake

Re: [CMake] NASM support?

2013-09-25 Thread g4
Correction: that is version 2.8.11.2 -Original Message- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of g...@novadsp.com Sent: 25 September 2013 18:38 To: a.neundorf-w...@gmx.net; cmake@cmake.org Subject: Re: [CMake] NASM support? Visual Studio 11. Also have t

Re: [CMake] NASM support?

2013-09-25 Thread g4
Visual Studio 11. Also have the same with 2.2.11.2 Thanks. -Original Message- From: Alexander Neundorf [mailto:a.neundorf-w...@gmx.net] Sent: 25 September 2013 18:19 To: cmake@cmake.org Cc: g...@novadsp.com Subject: Re: [CMake] NASM support? On Tuesday 24 September 2013, g...@novadsp.c

[CMake] NASM support?

2013-09-24 Thread g4
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 Err

[CMake] ADD_CUSTOM_COMMAND ?

2013-09-24 Thread g4
Trying to work-around NASM issues by using ADD_CUSTOM_COMMAND. The VS2012 project includes all specified source files but 3.asm wrongly configured: 'does not participate in build'. None of the expected Custom Build Tool properties set. What am I missing? TIA. # CMAKE_MINIMUM_REQUIRED (VER