[cmake-developers] [CMake 0011616]: CMake crashes when clicking Generate with this minimal CMakeLists.txt

Mantis Bug Tracker mantis at public.kitware.com
Thu Dec 16 14:13:16 EST 2010


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=11616 
====================================================================== 
Reported By:                Ryan Pavlik
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   11616
Category:                   CMake
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2010-12-16 14:13 EST
Last Modified:              2010-12-16 14:13 EST
====================================================================== 
Summary:                    CMake crashes when clicking Generate with this
minimal CMakeLists.txt
Description: 
Crashes when the project type is set to NONE.  This occurs in 2.8.2 and 2.8.3.

Steps to Reproduce: 
Put these two lines in a CMakeLists.txt and configure/generate:

cmake_minimum_required(VERSION 2.8)
project(bug-testcase NONE)

Notice that it crashes.
Remove NONE, and try again.  It doesn't crash.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-16 14:13 Ryan Pavlik    New Issue                                    
======================================================================




More information about the cmake-developers mailing list