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