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 49e851b commit 51929efCopy full SHA for 51929ef
pixi.toml
@@ -51,8 +51,10 @@ config = { cmd = """
51
-G Ninja \
52
-S . \
53
-B build/$PIXI_ENVIRONMENT_NAME/cpp/$BUILD_TYPE \
54
- -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
55
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
+ -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
56
+ -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX \
57
+ -DCMAKE_INSTALL_RPATH=$CONDA_PREFIX/lib \
58
-DCMAKE_PREFIX_PATH=$CONDA_PREFIX \
59
-DDART_BUILD_PROFILE=ON \
60
-DDART_USE_SYSTEM_GOOGLEBENCHMARK=ON \
0 commit comments