forked from pool/cmake
- Version update to 3.4.1:
* Fix auto export symbols for Dlls containing /bigobj for 64bit builds. * Cray: Implement Fortran compiler version detection (#15845) * MSVC: Fix linking with /MANIFEST:NO option * Make C and C++ default dialect detection robust to advanced optimizations * FindGTest: Refactor test type checks to avoid cases triggering CMP0064 * Android: Restore generation of non-versioned soname (#15851) * Project: Guess default standard dialect if compiler was forced (#15852) * Revert "Disable shared library support when compiler links statically" * (#15855) * Tests: Add case for add_subdirectory inside a function * Tests: Add case for unmatched cmake_policy({PUSH,POP}) * Tests: Add case for package version file unmatched policy scope * cmState: Skip variable scope snapshots to avoid call stack duplicates * cmMakefile: Clarify purpose of method that pops a scope snapshot * cmMakefile: Remove unused PolicyPushPop interfaces * cmLocalGenerator: Use ScopePushPop RAII class to manage local variable * scopes * cmState: Enforce policy scope balancing around variable scopes * cmLinkedTree: Rename 'Extend' method to 'Push' * cmLinkedTree: Add Pop method * cmListFileCache: Implement cmListFileBacktrace ctor/dtor out-of-line * cmState: Avoid accumulating policy stack storage for short-lived scopes * cmState: Avoid accumulating snapshot storage for short-lived scopes * cmOrderDirectories: Factor out directory comparison * cmOrderDirectories: Reduce repeat realpath() calls * Include `sys/types.h` header to get `mode_t` * Add NIOS2 CPU support * cmELF: Avoid divide by zero if there are no dynamic section entries OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=235
This commit is contained in:
committed by
Git OBS Bridge
parent
9517bf9dfc
commit
fe1e181ddb
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cmake-gui
|
||||
Version: 3.4.0
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
Summary: CMake graphical user interface
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user