https://github.com/sarcasm/cpm-kj-tls
Debugging capnproto issue 1325 (https://github.com/capnproto/capnproto/issues/1325)
https://github.com/sarcasm/cpm-kj-tls
Last synced: 5 months ago
JSON representation
Debugging capnproto issue 1325 (https://github.com/capnproto/capnproto/issues/1325)
- Host: GitHub
- URL: https://github.com/sarcasm/cpm-kj-tls
- Owner: Sarcasm
- Created: 2021-08-31T11:00:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T11:00:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T10:57:32.116Z (over 1 year ago)
- Language: CMake
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Github issue:
- https://github.com/capnproto/capnproto/issues/1325
Steps to reproduce:
mkdir build
cd build
cmake -G Ninja -DCMAKE_INSTALL_PREFIX=$(pwd)/../dist ..
# somehow, running a second time
# can produce errors not shown during initial configure
cmake .
ninja install