Skip to content

Commit da92c05

Browse files
committed
Update ci.yml
1 parent 05b463e commit da92c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Create CMakeLists.txt that uses cpp-library
5151
cat > CMakeLists.txt << 'EOF'
5252
cmake_minimum_required(VERSION 3.20)
53-
project(test-library VERSION 1.0.0)
53+
project(test VERSION 1.0.0)
5454
5555
include(../cmake/CPM.cmake)
5656
CPMAddPackage(NAME cpp-library SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/..)

0 commit comments

Comments
 (0)