Skip to content

Commit 9e64e9d

Browse files
committed
Remove CMake project version from example and test
1 parent 7e3208d commit 9e64e9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How about using `CMakeLists.txt` files as simple as this?
66

77
```CMake
88
cmake_minimum_required(VERSION 3.19)
9-
project(CMakeBlink VERSION 0.1 LANGUAGES CXX)
9+
project(CMakeBlink LANGUAGES CXX)
1010
add_executable(CMakeBlink CMakeBlink.ino)
1111
```
1212

tests/CMakeBlink/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cmake_minimum_required(VERSION 3.19)
2-
project(CMakeBlink VERSION 0.1 LANGUAGES CXX)
2+
project(CMakeBlink LANGUAGES CXX)
33
add_executable(CMakeBlink CMakeBlink.ino)

0 commit comments

Comments
 (0)