[cmake-developers] [CMake 0014584]: CMake accepts invalid curly brace syntax
Mantis Bug Tracker
mantis at public.kitware.com
Tue Nov 19 15:45:38 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://cmake.org/Bug/view.php?id=14584
======================================================================
Reported By: Clinton Stimpson
Assigned To:
======================================================================
Project: CMake
Issue ID: 14584
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-11-19 15:45 EST
Last Modified: 2013-11-19 15:45 EST
======================================================================
Summary: CMake accepts invalid curly brace syntax
Description:
test.cmake contains:
set(myvalue "hello")
set(ENV{MYVALUE "${myvalue}")
Then I run it:
cmake -P test.cmake
and it doesn't say anything about the missing closing brace around MYVALUE.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-11-19 15:45 Clinton StimpsonNew Issue
======================================================================
More information about the cmake-developers
mailing list