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                                    
======================================================================

--

Powered by www.kitware.com

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

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

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

Reply via email to