[cmake-developers] [CMake 0014210]: CMAKE_ASM_NASM_COMPILER is set to "nasm; yasm" instead of a full path

Mantis Bug Tracker mantis at public.kitware.com
Sun Jun 9 14:47:33 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14210 
====================================================================== 
Reported By:                szx
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14210
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-06-09 14:47 EDT
Last Modified:              2013-06-09 14:47 EDT
====================================================================== 
Summary:                    CMAKE_ASM_NASM_COMPILER is set to "nasm;yasm"
instead of a full path
Description: 
I have only yasm installed (no nasm) but CMake sets the CMAKE_ASM_NASM_COMPILER
variable to "nasm;yasm" whereas in earlier versions (2.8.9?) it was set to the
full path to the nasm/yasm compiler.


Steps to Reproduce: 
Test project:

project(test)
cmake_minimum_required(VERSION 2.8.11)
enable_language(ASM_NASM)
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-06-09 14:47 szx            New Issue                                    
======================================================================




More information about the cmake-developers mailing list