We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b463e commit da92c05Copy full SHA for da92c05
1 file changed
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
# Create CMakeLists.txt that uses cpp-library
51
cat > CMakeLists.txt << 'EOF'
52
cmake_minimum_required(VERSION 3.20)
53
- project(test-library VERSION 1.0.0)
+ project(test VERSION 1.0.0)
54
55
include(../cmake/CPM.cmake)
56
CPMAddPackage(NAME cpp-library SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/..)
0 commit comments