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
76efcdca
Commit
76efcdca
authored
Sep 03, 2004
by
Bill Hoffman
Browse files
fix for darwin
parent
46a493ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmGlobalCodeWarriorGenerator.cxx
View file @
76efcdca
...
...
@@ -36,7 +36,7 @@ void cmGlobalCodeWarriorGenerator::EnableLanguage(std::vector<std::string>const&
mf
->
GetRequiredDefinition
(
"CMAKE_ROOT"
);
fpath
+=
"/Templates/CMakeCodeWarriorConfig.cmake"
;
mf
->
ReadListFile
(
0
,
fpath
.
c_str
());
this
->
SetLanguageEnabled
(
"CXX"
);
this
->
SetLanguageEnabled
(
"CXX"
,
mf
);
}
}
...
...
Write
Preview
Supports
Markdown
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