We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cef90 commit 76e0d97Copy full SHA for 76e0d97
CMakeLists.txt
@@ -2,7 +2,7 @@
2
cmake_minimum_required(VERSION 3.13.4)
3
4
# Project metadata
5
-project(FossilIo VERSION 0.1.7 LANGUAGES C CXX)
+project(FossilIo VERSION 0.1.4 LANGUAGES C CXX)
6
7
# Set the C and C++ standards
8
set(CMAKE_C_STANDARD 11)
@@ -14,4 +14,4 @@ set(CMAKE_CXX_EXTENSIONS OFF) # Ensure strict C++20 compliance
14
option(WITH_TEST "Enable Fossil Test for this project" OFF)
15
16
# Add subdirectory for source code
17
-add_subdirectory(code)
+add_subdirectory(code)
0 commit comments