Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
952c2f2d
Commit
952c2f2d
authored
Dec 02, 2002
by
Bill Hoffman
Browse files
add project command even if inheriting
parent
332fb964
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/cmMakefile.cxx
View file @
952c2f2d
...
...
@@ -314,8 +314,7 @@ bool cmMakefile::ReadListFile(const char* filename, const char* external)
// one, then cmake will provide one via the
// cmListFileCache class.
bool
requireProjectCommand
=
false
;
if
(
!
m_Inheriting
&&
!
external
&&
m_cmCurrentDirectory
==
m_cmHomeDirectory
)
if
(
!
external
&&
m_cmCurrentDirectory
==
m_cmHomeDirectory
)
{
if
(
cmSystemTools
::
LowerCase
(
cmSystemTools
::
GetFilenameName
(
filename
))
==
"cmakelists.txt"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment