Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 28, 2023
1 parent f9bafa0 commit b342a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
./vcpkg/vcpkg install pkgconf:x64-windows
./vcpkg/vcpkg install gmp:x64-windows
elif [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get install -y libgmp-dev
elif [ "$RUNNER_OS" == "macOS" ]; then
Expand Down
1 change: 1 addition & 0 deletions cmake/staqConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/staq_targets.cmake")
include("${CMAKE_CURRENT_LIST_DIR}/staq_windows.cmake")
message(STATUS "Found staq's source code in @STAQ_INSTALL_DIR@")

0 comments on commit b342a97

Please sign in to comment.