Skip to content

Commit

Permalink
build: Remove server (#3685)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan authored Dec 11, 2024
1 parent dd5abc3 commit 392c5f1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 654 deletions.
1 change: 0 additions & 1 deletion dev/CMakePresetsMamba.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
{
"cacheVariables": {
"BUILD_MICROMAMBA": "ON",
"BUILD_MICROMAMBA_SERVER": "ON",
"BUILD_STATIC": "ON"
},
"hidden": true,
Expand Down
5 changes: 0 additions & 5 deletions micromamba/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ set(
${CMAKE_CURRENT_SOURCE_DIR}/src/version.hpp
)

if(UNIX AND BUILD_MICROMAMBA_SERVER)
list(APPEND MICROMAMBA_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/src/server.cpp)
add_definitions(-DMICROMAMBA_SERVER)
endif()

# Targets and link
# ================

Expand Down
Loading

0 comments on commit 392c5f1

Please sign in to comment.