Skip to content

Commit 04c1913

Browse files
committed
properly define project version
Signed-off-by: Dmitry Chigarev <[email protected]>
1 parent f761f51 commit 04c1913

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
cmake_minimum_required(VERSION 3.20)
2-
project(GraphCompiler LANGUAGES C CXX)
3-
4-
set(PROJECT_VERSION "0.1.0")
2+
project(GraphCompiler VERSION "0.1.0" LANGUAGES C CXX)
53

64
set(CMAKE_CXX_STANDARD 17)
75
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)