Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fred Wright
CMake
Commits
392942d1
Commit
392942d1
authored
Feb 06, 2007
by
Bill Hoffman
Browse files
ENH: fix release tree to build on mac
parent
3f011158
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
392942d1
...
...
@@ -7,7 +7,7 @@ SET(CMake_VERSION_MAJOR 2)
SET
(
CMake_VERSION_MINOR 4
)
SET
(
CMake_VERSION_PATCH 7
)
# for an actual release this should not be defined
SET
(
CMake_VERSION_RC
1
)
SET
(
CMake_VERSION_RC
2
)
SET
(
CMake_VERSION
"
${
CMake_VERSION_MAJOR
}
.
${
CMake_VERSION_MINOR
}
"
)
SET
(
CMake_VERSION_FULL
"
${
CMake_VERSION
}
.
${
CMake_VERSION_PATCH
}
"
)
...
...
Source/CPack/cmCPackGenerators.cxx
View file @
392942d1
...
...
@@ -28,7 +28,6 @@
#endif
#ifdef __APPLE__
# include "cmCPackPackageMakerGenerator.h"
# include "cmCPackOSXX11Generator.h"
#endif
#ifdef __CYGWIN__
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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