Skip to content

Commit

Permalink
fix no-sense of not always building server
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuked88 committed Jun 11, 2023
1 parent c222c82 commit 5a10e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else()
if (LLAMA_METAL)
add_subdirectory(metal)
endif()
if (LLAMA_BUILD_SERVER)
add_subdirectory(server)
endif()
#if (LLAMA_BUILD_SERVER)
# add_subdirectory(server)
#endif()
endif()

0 comments on commit 5a10e06

Please sign in to comment.