aboutsummaryrefslogtreecommitdiff
path: root/src/bin/mnist/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/mnist/CMakeLists.txt')
-rw-r--r--src/bin/mnist/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.5)
2 2
3add_executable(mnist 3add_executable(mnist
4 src/main.c) 4 src/main.c)