Skip to content

Commit 76e0d97

Browse files
Update CMakeLists.txt
1 parent c7cef90 commit 76e0d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cmake_minimum_required(VERSION 3.13.4)
33

44
# Project metadata
5-
project(FossilIo VERSION 0.1.7 LANGUAGES C CXX)
5+
project(FossilIo VERSION 0.1.4 LANGUAGES C CXX)
66

77
# Set the C and C++ standards
88
set(CMAKE_C_STANDARD 11)
@@ -14,4 +14,4 @@ set(CMAKE_CXX_EXTENSIONS OFF) # Ensure strict C++20 compliance
1414
option(WITH_TEST "Enable Fossil Test for this project" OFF)
1515

1616
# Add subdirectory for source code
17-
add_subdirectory(code)
17+
add_subdirectory(code)

0 commit comments

Comments
 (0)