[CMake] nasm and cmake

Prakash Punnoor lists at punnoor.de
Wed Nov 16 18:16:13 EST 2005


Brad King schrieb:
> Prakash Punnoor wrote:
> 
>>- Setting SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/") won't
>>help cmake finding the CMakeASMInformation.cmake. I located it there
>>though. So I fooled it by manually copying into CMakeFIles to get it
>>going anyway.
> 
> 
> Is that SET command before the PROJECT command?  It is the PROJECT 
> command that actually loads the language support.

Yes, but I figured out inlcuding it manually gets my one step closer,
but still errors out:


SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}")
INCLUDE(CMakeASMCompiler.cmake)
PROJECT(test ASM C)


cmake . gives:

CMake Error: Could not find cmake module
file:/home/light/cvs/openal.cmake/linux/CMakeFiles/CMakeASMCompiler.cmake
...

w/o the INCLUDE above, it gives:

CMake Error: Error required internal CMake variable not set, cmake may
be not be built correctly.
Missing variable is:
CMAKE_ASM_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may
be not be built correctly.
Missing variable is:
CMAKE_ASM_COMPILER
CMake Error: Could not find cmake module
file:/home/light/cvs/openal.cmake/linux/CMakeFiles/CMakeASMCompiler.cmake
-- Check for working C compiler: gcc
-- Check for working C compiler: gcc -- works
-- Check size of void*
-- Check size of void* - done
CMake Error: CMAKE_ASM_COMPILER not set, after EnableLanguage


Need to go to sleep now...

Cheers,

Prakash
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://public.kitware.com/pipermail/cmake/attachments/20051117/34b8fa7c/signature.pgp


More information about the CMake mailing list