[cmake-developers] [CMake 0014150]: CMake ignores directory called "test" in add_subdirectory function
Mantis Bug Tracker
mantis at public.kitware.com
Thu May 16 13:20:04 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=14150
======================================================================
Reported By: jose espina
Assigned To:
======================================================================
Project: CMake
Issue ID: 14150
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-05-16 13:20 EDT
Last Modified: 2013-05-16 13:20 EDT
======================================================================
Summary: CMake ignores directory called "test" in
add_subdirectory function
Description:
In my team we have a module called "test" (is not a good name, ok...) and we
have a big CMakeList.txt that include the others module.
The problem is that the module inside "test" directory is omitted by the big
CMakeList.txt
Steps to Reproduce:
Create a CMakeList.txt in a parent directory and another one inside a
subdirectory called "test" and run "cmake"
You will see that the compilation of the files inside "test" is omitted
Additional Information:
Our project is done in Fortran.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-05-16 13:20 jose espina New Issue
======================================================================
More information about the cmake-developers
mailing list