[cmake-developers] [CMake 0013807]: FLTK_WRAP_UI erroneous error message
Mantis Bug Tracker
mantis at public.kitware.com
Fri Dec 21 04:30:25 EST 2012
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=13807
======================================================================
Reported By: Nicholas Rishel
Assigned To:
======================================================================
Project: CMake
Issue ID: 13807
Category: CMake
Reproducibility: always
Severity: trivial
Priority: low
Status: new
======================================================================
Date Submitted: 2012-12-21 04:30 EST
Last Modified: 2012-12-21 04:30 EST
======================================================================
Summary: FLTK_WRAP_UI erroneous error message
Description:
CMake outputs the following error message when using FLTK_WRAP_UI
FLTK_WRAP_UI was called with a target that was never created: UI. The problem
was found while processing the source directory: <extracted folder path>/CS_334.
This FLTK_WRAP_UI call will be ignored.
In testing, I found that commenting out this function causes build errors,
suggesting to me that this error is incorrectly popping up. In addition, I find
that changes to the FLUID file correctly propagate to the program even though
this error is flagged.
Steps to Reproduce:
Extract attached project.
In CMake, Configure the project.
The following error occurs in the configure process.
FLTK_WRAP_UI was called with a target that was never created: UI. The problem
was found while processing the source directory: <extracted folder path>/CS_334.
This FLTK_WRAP_UI call will be ignored.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-12-21 04:30 Nicholas RishelNew Issue
2012-12-21 04:30 Nicholas RishelFile Added: fltk_wrap_ui error.7z
======================================================================
More information about the cmake-developers
mailing list