[cmake-developers] [CMake 0014867]: Not possible to pass options like -DENABLE_ACL through configure when bootstrapping cmake

Mantis Bug Tracker mantis at public.kitware.com
Tue Apr 8 08:37:01 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://cmake.org/Bug/view.php?id=14867 
====================================================================== 
Reported By:                Mike Crowe
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14867
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-04-08 08:37 EDT
Last Modified:              2014-04-08 08:37 EDT
====================================================================== 
Summary:                    Not possible to pass options like -DENABLE_ACL
through configure when bootstrapping cmake
Description: 
I'd like to disable ACL and CursesDialog in the final build when bootstrapping
cmake. This isn't currently possible because there is no way to influence
cmake_options passed to cmake near the end of the bootstrap script.

Additional Information: 
The attached patch provides a new "--extra" option to bootstrap so that options
can be passed through to cmake. It means that I can now run:


 ./configure --extra=-DENABLE_ACL=0 --extra=-DBUILD_CursesDialog=0
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-04-08 08:37 Mike Crowe     New Issue                                    
2014-04-08 08:37 Mike Crowe     File Added: bootstrap-pass-through.patch        
           
======================================================================



More information about the cmake-developers mailing list