Skip to content

Commit

Permalink
Merge pull request #1260 from cryos/remove-protocall
Browse files Browse the repository at this point in the history
Remove the ProtoCall code from the repository
  • Loading branch information
cryos authored Apr 17, 2023
2 parents 84a3891 + d879db8 commit e78ea2d
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 4,738 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ option(USE_LIBARCHIVE "Enable optional Libarchive features" ON)
option(USE_LIBMSYM "Enable optional features using libmsym" ON)
option(USE_SPGLIB "Enable optional features using spglib" ON)
option(USE_MMTF "Enable optional features using mmtf" ON)
option(USE_PROTOCALL "Enable libraries that use ProtoCall" OFF)
option(USE_PYTHON "Use Python to wrap some of our API" OFF)
set(QT_VERSION "5" CACHE STRING "What major version of Qt")
set(QT_VERSIONS_SUPPORTED 5 6)
Expand Down
4 changes: 0 additions & 4 deletions avogadro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ if(USE_QT)
endif()
add_subdirectory(qtplugins)
endif()

if(USE_PROTOCALL)
add_subdirectory(protocall)
endif()
24 changes: 0 additions & 24 deletions avogadro/protocall/CMakeLists.txt

This file was deleted.

196 changes: 0 additions & 196 deletions avogadro/protocall/matrixserialization.cpp

This file was deleted.

Loading

0 comments on commit e78ea2d

Please sign in to comment.