Rui Chen
70c01a642f
build: support cmake 4.0 ( #367 )
...
Signed-off-by: Rui Chen <rui@chenrui.dev>
2025-03-31 23:35:49 +01:00
Lan Zongwei
03a4842c9c
cmake: export gflags_nothreads_static
into one export set by subproject default
2024-06-09 22:38:04 +01:00
Biswapriyo Nath
a738fdf933
cmake: Do not add suffix with static library names in mingw
...
In mingw environment, this fixes static linking using pkgconfig file.
2022-07-27 22:06:09 +01:00
Biswapriyo Nath
986e8eed00
cmake: Install pkgconfig file in mingw
2022-01-08 23:24:44 +00:00
Ilya Lavrenov
addd749114
Set POCICY 0063 to new
2020-03-18 12:31:18 +00:00
Andreas Schuh
28f50e0fed
fix: Install pkgconfig file only when INSTALL_HEADERS option is ON
2019-01-25 17:58:59 +00:00
Andreas Schuh
0f439e8407
cmake: Increment project version to 2.2.2
2018-11-11 21:09:38 +00:00
Andreas Schuh
c0b1add45f
fix: Import with GFLAGS_USE_TARGET_NAMESPACE=ON
2018-09-28 16:28:33 +01:00
Andreas Schuh
f1ea012a41
fix: Import with or without gflags:: namespace
2018-09-28 16:28:33 +01:00
Andreas Schuh
b0c4cd29e4
fix: Define both 'gflags' and 'gflags::gflags' alias targets
2018-09-28 16:28:33 +01:00
Andreas Schuh
d4a050d173
Merge pull request #247 from Mizux/master
2018-09-28 14:52:29 +01:00
kokerf
cad38c919c
Set postfixes for generated libraries based on buildtype
2018-09-28 13:23:32 +01:00
Corentin Le Molgat
f7228d77b5
Use CMake namespace gflags:: for export and alias target
...
Now use gflags::gflags instead of gflags
note: seems already in use in gRPC
cf https://github.com/grpc/grpc/blob/master/cmake/gflags.cmake#L30
2018-01-31 13:46:59 +01:00
Corentin Le Molgat
8b39845d6f
Remove uneeded enable_test()
...
cf https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/CTest.cmake#L88
2018-01-31 13:40:42 +01:00
Corentin Le Molgat
9ab4d115cb
Add VERSION to project
2018-01-29 14:00:35 +01:00
Andreas Schuh
57ceb0ecc8
enh: Move CMake defines to separate header, unused by Bazel
...
This change avoids having to configure a private .h.in file during the Bazel build such that these files are not available to dependent projects in the GENDIR of the external gflags project.
2017-09-01 11:10:03 +02:00
Jason Juang
4663c80d3a
cmake: Add convenience uninstall target ( #221 )
...
Note: Leaves behind empty directories, no real uninstaller. Just for convenience of some.
2017-07-11 22:22:41 +01:00
Andreas Schuh
46f73f88b1
Release v2.2.1
2017-07-11 18:30:34 +01:00
Andreas Schuh
6348ea9d7e
fix: Check HAVE_STDINT_H or HAVE_INTTYPES_H for older MSVC versions
2017-07-11 17:47:32 +01:00
Arkady Shapkin
80ebb424a5
Install dll's to correct path ( #213 )
2017-05-11 13:02:21 +01:00
Andreas Schuh
20858a49e0
fix: Enable language C for older CMake versions when needed ( #196 )
...
* fix: Enable language C for older CMake versions when needed
* fix: Don’t care about buggy Android toolchain
2016-11-26 21:55:33 +00:00
Andreas Schuh
22ed2ce6c8
fix: Include utils by file instead of CMAKE_MODULE_PATH search
2016-11-26 16:01:46 +00:00
Andreas Schuh
8f2c22a03f
Revert "enh: Rename private sources, include public headers with rel path"
2016-11-25 13:53:24 +00:00
Andreas Schuh
ea6144e243
enh: Rename private sources, include public headers with rel path
2016-11-25 12:38:54 +00:00
Andreas Schuh
c94a60e2f6
enh: Configure and install pkg-config .pc file
2016-11-25 08:58:30 +00:00
Andreas Schuh
3e7ef74a07
enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONS
2016-11-25 08:30:21 +00:00
Andreas Schuh
18469830ae
fix: Ensure installation path uses forward slashes
2016-11-24 23:30:55 +00:00
Andreas Schuh
3886da50e1
enh: Add option to add installation to CMake’s package registry
2016-11-24 23:30:55 +00:00
Andreas Schuh
3064f63a6e
enh: Avoid use of install(EXPORTS) FILE option
2016-11-24 22:42:59 +00:00
Andreas Schuh
45341954bc
fix: Change SOVERSION to <major>.<minor> for 2.x release versions
2016-03-04 10:11:39 +00:00
Andreas Schuh
7a21c16f00
cmake: Rename targets to gflags[_nothreads]_(static|shared), support
...
find_package COMPONENTS
2016-03-01 21:04:10 +00:00
Andreas Schuh
91e16eeff1
cmake: Add CMake variable to cache only when gflags is not a subproject
...
This change allows the user to include the gflags project as subtree/
submodule in their own project. In this case, no CMake variables used
to configure the build and installation of the gflags library should be
added to the CMake cache.
2016-03-01 20:12:34 +00:00
Andreas Schuh
abe4b10c33
fix: Package URLs
2016-03-01 16:01:45 +00:00
Andreas Schuh
6bd636c964
cmake: Clean up static library filename suffix code from PR #126
2016-02-29 17:58:46 +00:00
Andreas Schuh
dd48d704c5
Merge pull request #126 from hevy-CC4477/master
...
Use ```_static``` suffix in filename of static library on Windows to distinguish it from the import library.
2016-02-29 17:54:40 +00:00
Evan Klitzke
b90a325ef3
properly export the .so minor version
2016-02-27 12:36:14 -08:00
Sam Clegg
b572a72daa
Define NO_THREADS in when building without threads
...
Previously NOTHREADS was being defined but the code
in mutex.h checks for NO_THREADS.
2016-01-29 16:09:43 -08:00
Arnaud Farbos
d78b00d2de
handle generation of dynamic and static library on windows.
2015-11-05 12:03:37 -08:00
Andreas Schuh
58345b18d9
#113 Require CMake >= 2.8.12
...
Earlier version, such as CMake 2.8.11.2 in particular, have incomplete or faulty support of target_include_directories generator expressions. Moreover, this allows us to assume that the command target_include_directories is available.
2015-04-03 16:12:38 +01:00
Andreas Schuh
16a168763e
#106 Add test of gflags-config.cmake package configuration
2015-03-25 13:54:49 +00:00
Andreas Schuh
a9b983a827
#104 Fix library include directories settings
2015-03-24 18:54:30 +00:00
Andreas Schuh
a819f0f019
fixup: Package configuration
2015-03-24 16:29:31 +00:00
Andreas Schuh
64ac2e30b6
fix: Extension of README file for PackageMaker
2015-03-24 16:21:44 +00:00
Andreas Schuh
51f1db7431
#101 Enable C language again as long as FindThreads requires it
...
This avoids having patched CMake modules in the source tree of the gflags library. Usually a C compiler is installed along a C++ compiler (or it is used for C as well). The only slight downside is the extra configuration time needed by CMake to check the C compiler.
2015-03-24 15:36:26 +00:00
Andreas Schuh
4b771465b1
cmake: Set version of master branch to next release version
2015-03-24 14:44:57 +00:00
Andreas Schuh
76c53b710e
#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targets
2015-03-24 14:44:12 +00:00
Andreas Schuh
2b8deaa5e0
fix: File paths and package URLs
2015-03-24 14:41:52 +00:00
Andreas Schuh
7b5b080a06
#103 Silence CMake warning regarding CMP0042 (MACOS_RPATH)
2015-03-24 14:41:10 +00:00
Andreas Schuh
2a40e19137
cmake: Add advanced cache entries for GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR
2015-03-24 12:33:52 +00:00
Andreas Schuh
376ef823be
cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR.
...
These CMake variables are now set to a default which both maintains binary backwards compatibility with previous versions of the library, but at the same time allows already the use of the new "gflags" namespace instead of "google". Users may still override the default using the -D option of cmake, for example, when they use the library directly as submodule in their own project and prefer a different namespace/installation directory.
2014-07-17 11:21:36 +01:00