Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
CMake
Commits
c16e3874
Commit
c16e3874
authored
13 years ago
by
David Cole
Browse files
Options
Downloads
Patches
Plain Diff
CMake 2.8.6-rc4
parent
afff1ab9
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
ChangeLog.manual
+43
-0
43 additions, 0 deletions
ChangeLog.manual
with
44 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
c16e3874
...
...
@@ -420,7 +420,7 @@ SET(CMake_VERSION_MAJOR 2)
SET
(
CMake_VERSION_MINOR 8
)
SET
(
CMake_VERSION_PATCH 6
)
SET
(
CMake_VERSION_TWEAK 0
)
SET
(
CMake_VERSION_RC
3
)
SET
(
CMake_VERSION_RC
4
)
# Releases define a tweak level.
IF
(
DEFINED CMake_VERSION_TWEAK
)
...
...
This diff is collapsed.
Click to expand it.
ChangeLog.manual
+
43
−
0
View file @
c16e3874
Changes in CMake 2.8.6-rc4 (since 2.8.6-rc3)
--------------------------------------------
Alex Neundorf (3):
FindFLEX.cmake: also search the include dir
Fix typos in FeatureSummary.cmake (#12462)
Don't warn when setting a property multiple times to the same value #12464
Bill Hoffman (2):
For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH.
Enable Fortran tests for IDE builds.
Brad King (5):
FortranCInterface: Compile separate Fortran lib in VerifyC[XX]
Move IntelVSImplicitPath project to better location
Simplify IntelVSImplicitPath detection project
libarchive: Fix ssize_t detection with mingwrt 3.20
Make file(DOWNLOAD) fail on http error
David Cole (8):
Tests: Add a KWStyle test, equivalent to the make StyleCheck target
KWStyle Test: Activate by default if KWStyle is found
Xcode: Use EFFECTIVE_PLATFORM_NAME reference in ComputeOutputDir
Xcode: Add test to demonstrate iOS project in Xcode
CMake: Reference test targets only when BUILD_TESTING is ON
Tests: Add the more modern Mac64 nightly build
Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460)
Revert "FindThreads: Try pthreads with no special option first (#11333)"
Eric NOULARD (4):
CPack fix #12449 doc mispelled
CPack fix template too
CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is found
CPackRPM authorize per-component pre/post-[un]install scripts (#0012063)
Marcus D. Hanwell (4):
Just code style changes.
Don't warn when nothing to do in visibility function.
Made ADD_COMPILER_EXPORT_FLAGS into a macro.
Make add_compiler_export_flags a function again.
Rolf Eike Beer (1):
remove stray brace in CPackDeb documentation
Changes in CMake 2.8.6-rc3 (since 2.8.6-rc2)
--------------------------------------------
Alexey Ozeritsky (2):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment