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 49254eb commit 59d55c1Copy full SHA for 59d55c1
1 file changed
.github/workflows/ci.yml
@@ -83,9 +83,9 @@ jobs:
83
cmake_minimum_required(VERSION 3.20)
84
project(test-find-package CXX)
85
86
- find_package(stlab-enum-ops REQUIRED)
+ find_package(enum-ops REQUIRED)
87
88
- message(STATUS "Successfully found stlab-enum-ops")
+ message(STATUS "Successfully found enum-ops")
89
EOF
90
91
# Convert paths to forward slashes for CMake (works on all platforms)
0 commit comments