-
I built it as follows:
`$ cmake -S . -B build -D CMAKE_INSTALL_PREFIX=mymgard -D MGARD_ENABLE_DOCS=ON -D MGARD_ENABLE_CLI=ON
`
```
-- The CXX compiler identification is GNU 9.4.0
-- Detecting CXX…
ghost updated
2 years ago
-
ecal-5.9.4 fails with clang-12:
```
/disk-samsung/freebsd-ports/devel/ecal/work/ecal-5.9.4/lib/CustomTclap/src/fuzzy_duo_value_arg_unsigned_longlong_string.cpp:79:29: error: no member named 'ignoreR…
-
You can read about it here: https://docs.hunter.sh/en/latest/
It actually uses ExternalProject, but it seems to have support for many libraries built in and the syntax is amazing.
From their exa…
-
I need to define the command line arguments I want to run with, then make sure that wrong args don't blow the whole thing up.
-
Here's how to reproduce:
* OS: Ubuntu 19.04
* CLion: 2019.1.3
* Bazel plugin: 2019.08.05.0.0
* Bazel: 0.28.1
* https://github.com/envoyproxy/envoy/commit/9421bddb21f7626d0f3a9b8f25a5bd0245ff8b7…
-
In GitLab by @klauspdoll on Apr 29, 2022, 13:54
This may be related to #51 .
version 1.17.2
build with gnu compilers:
```
CXX=g++-10 CC=gcc-10 cmake .. -DCMAKE_BUILD_TYPE=Debug
make
```
basic comma…
-
| Required Info | |
|---------------------------------|------------------------------------------- |
| Camera M…
-
*Title*: Include FIPS-compliant builds on dockerhub
*Description*:
> I'd love to see pre-built images with FIPS-compliant boringssl available on dockerhub and other image hosting platforms.
*Re…
-
I am building a cross-compilation platform using OpenCV 3.4.4, darknet (and its dependencies) and DarkHelp.
DarkHelp dependencies such as magic, tclap etc have been cross-compiled successfully alo…
-
*Description*:
>Currently we populate a `TCLAP` command-line parser with a few options, and use the `TCLAP` infrastructure to parse the command line early in test/benchmark/main.cc. There are actuall…