We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835a9b8 commit 6eb33b9Copy full SHA for 6eb33b9
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
cd libyaml
33
mkdir build
34
cd build
35
- cmake .. -DBUILD_TESTING=OFF
+ cmake .. -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON
36
make -j $(cat /proc/cpuinfo | grep processor | wc -l)
37
sudo make install
38
- name: Build client library
README.md
@@ -31,7 +31,7 @@ git clone https://github.com/yaml/libyaml --depth 1 --branch release/0.2.5
31
-cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_TESTING=OFF ..
+cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ..
make
0 commit comments