We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d081a commit 2175cfbCopy full SHA for 2175cfb
travis/travis-build.sh
@@ -56,8 +56,8 @@ cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo
56
# now, compile
57
make
58
59
-# check where the .so files have been generated
60
-find -type f -iname '*.so*'
+# re-run cmake to find built shared objects with the globs, and update the CPack files
+cmake .
61
62
# build Debian package
63
cpack -V -G DEB
0 commit comments