diff options
author | 3gg <3gg@shellblade.net> | 2025-08-19 18:03:49 +0200 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-08-19 18:03:49 +0200 |
commit | a36a01b5549ac6bb1d773301c1ff02ce7bd0b0a9 (patch) | |
tree | be72f8111f5bc2112026279ceccfa3469d98e739 | |
parent | 57bf2b46b4b277952d722f6439b72f9e40db129c (diff) |
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/bin/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/bin/mnist/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/lib/CMakeLists.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a060fab..1a75e30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | project(neuralnet) | 3 | project(neuralnet) |
4 | 4 | ||
diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index 051a56f..f3ae5c7 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt | |||
@@ -1,3 +1,3 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | add_subdirectory(mnist) | 3 | add_subdirectory(mnist) |
diff --git a/src/bin/mnist/CMakeLists.txt b/src/bin/mnist/CMakeLists.txt index a6c54f2..bd4f351 100644 --- a/src/bin/mnist/CMakeLists.txt +++ b/src/bin/mnist/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | add_executable(mnist | 3 | add_executable(mnist |
4 | src/main.c) | 4 | src/main.c) |
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 9e0e924..1ca74eb 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.5) |
2 | 2 | ||
3 | # Library | 3 | # Library |
4 | 4 | ||