Skip to content

Commit

Permalink
don't build examples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
romch007 committed Oct 2, 2024
1 parent fd336f5 commit 0cf6f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(new_chad_neural LANGUAGES C)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

option(BUILD_TESTS "Build tests" ON)
option(BUILD_EXAMPLES "Build examples" ON)
option(BUILD_EXAMPLES "Build examples" OFF)

include_directories(include)

Expand Down

0 comments on commit 0cf6f62

Please sign in to comment.