root
3eda91b2e1
Bumped version to 3.2
2025-01-25 15:27:24 +00:00
Pranav Srinivas Kumar
1b27c6f3da
Updated package configuration version check to use SameMajorVersion instead of ExactVersion, closes #371
2024-07-19 14:20:54 -04:00
Pranav Srinivas Kumar
68fd0277ee
Bumped to v3.1
2024-07-17 19:53:38 -04:00
zhaoshihan
16d0e56005
Allow to install when argparse is a subproject
2024-06-15 21:30:03 +08:00
Pranav Srinivas Kumar
379ebb6b16
Bumped version to v3.0 ahead of release
2023-11-05 18:20:10 -06:00
cobyj33
e6d2628723
Set argparse to not run tests or set up install if not top level
2023-10-31 21:09:12 -05:00
Christoph Hindermann
6c4bddb990
CMakefile: Use -Wpedantic, -Werror and -Wextra for compilation in gcc. Fixed warnings
2023-10-20 19:57:12 +02:00
Sean Robinson
d0beb40d64
Fix cmake option command by including help text
...
The option() command expects a help string between the variable and the
initial value.
Closes #241
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2023-01-17 14:26:14 -07:00
Sean Robinson
be705d191b
Remove cmake option for removable '-v'
...
This was made obsolete by commit ea1f7ef663
.
Signed-off-by: Sean Robinson <sean.robinson@scottsdalecc.edu>
2023-01-17 14:15:05 -07:00
serge-sans-paille
a442a74569
Install cmake export file in CMAKE_INSTALL_DIR
...
Per https://cmake.org/cmake/help/latest/guide/importing-exporting/index.html#exporting-targets
this is the standard way to do so, no need to hack CMAKE_INSTALL_LIBDIR_ARCHIND
2023-01-15 22:03:22 +01:00
BryanFlynt
d201a3e1df
Update CMakeLists.txt
...
Default ON for ARGPARSE_INSTALL
2022-11-05 15:47:39 -06:00
BryanFlynt
764442f0f4
Update CMakeLists.txt
...
Added ARGPARSE_INSTALL
This allows a separate project using argparse through CMake FetchContent_Declare(...) to install the project without having to also install argparse.
2022-11-05 15:45:17 -06:00
Pranav Srinivas Kumar
997da92556
Bumped version to v2.9
2022-09-21 19:24:04 -07:00
Pranav Srinivas Kumar
05232b7487
Started adding samples
2022-09-21 18:09:25 -07:00
Pranav Srinivas Kumar
4f10f378c5
Bumped version to v2.8
2022-09-20 21:21:06 -07:00
Pranav Srinivas Kumar
327e16c61b
Bumped to version v2.7
2022-09-18 07:14:36 -07:00
Pranav Srinivas Kumar
40a3888f15
Bumped version to v2.6
2022-06-22 10:59:52 -07:00
Pranav
162866eb4b
Bumped version to v2.5
2022-05-27 07:29:23 -05:00
Pranav Srinivas Kumar
4af831ef72
Bumped library version to v2.4
2022-04-20 08:37:27 -05:00
Pranav Srinivas Kumar
1a552dfd60
Bumped library version to v2.3
2022-04-01 19:05:46 -05:00
Sam4uk
06f687b594
update cmake_minimum_required
to 3.12.4
2022-02-07 22:09:36 +02:00
Sam4uk
5a1b4c3068
edit CMakeLists.txt
2022-02-04 23:36:26 +02:00
KOLANICH
7fad8faf8c
Some cleanup in CPack packaging
2021-08-16 13:18:00 +03:00
KOLANICH
9ba45adfe2
Added packaging using CPack and generation of pkg-config files.
...
Fixed installation directory - the lib is architecture-independent and so CMake and pkg-config files should go into <prefix>/lib, not into <prefix>/lib/<arch>
2021-07-21 13:11:52 +03:00
Oliver 'kfsone' Smith
38b1b8114e
Allow user to limit version argument to --version
2021-06-04 16:56:22 -07:00
Ubpa
86ad397b39
CMakeLists.txt : add export
...
make the project to be used from a build directory
reference: https://cmake.org/cmake/help/latest/guide/tutorial/index.html#adding-export-configuration-step-11
2020-11-07 12:23:22 +08:00
Pranav Srinivas Kumar
33101e7972
Closes #73
2020-05-08 14:35:05 -05:00
Bartlomiej Neumann
3b5d4725f6
Fix invalid cmake export configuration
...
Modify the CMakeLists.txt file to properly generate config file.
The `/include` string part intended for BUILD_INTERFACE was added
after the generator expression itself, which resulted
in extra `/include` path INTERFACE_INCLUDE_DIRECTORIES property
of exported configuration.
2019-05-25 12:40:40 +02:00
Pranav Srinivas Kumar
a5192878c1
Update CMakeLists.txt
2019-04-10 21:18:14 -04:00
Pranav Srinivas Kumar
483e9f2a5a
Fixes issue #5
2019-04-10 07:33:46 -04:00
Daniel Marshall
07f09279ed
Add root CMakeLists.txt
2019-04-10 12:14:33 +01:00