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 db98ab0 commit ea7b81dCopy full SHA for ea7b81d
.evergreen/link-sample-program.sh
@@ -167,11 +167,9 @@ else
167
fi
168
169
170
-cd $SRCROOT
171
-
172
if [ "$BUILD_SAMPLE_WITH_CMAKE" ]; then
173
# Test our CMake package config file with CMake's find_package command.
174
- EXAMPLE_DIR=$SRCROOT/examples/cmake/find_package
+ EXAMPLE_DIR=$SRCROOT/src/libmongoc/examples/cmake/find_package
175
176
if [ "$LINK_STATIC" ]; then
177
EXAMPLE_DIR="${EXAMPLE_DIR}_static"
@@ -183,7 +181,7 @@ if [ "$BUILD_SAMPLE_WITH_CMAKE" ]; then
183
181
else
184
182
# Test our pkg-config file.
185
export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig
186
- cd $SRCROOT/examples
+ cd $SRCROOT/src/libmongoc/examples
187
188
189
echo "pkg-config output:"
0 commit comments