Unverified Commit 872f15f2 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove no longer needed include

parent e09349bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
###############################################################################
option(BUILD_DOC "Build LAMMPS HTML documentation" OFF)
if(BUILD_DOC)
  include(ProcessorCount)
  find_package(PythonInterp 3 REQUIRED)

  set(VIRTUALENV ${PYTHON_EXECUTABLE} -m virtualenv)