Unverified Commit a26dc1b3 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

allow using -DLAMMPS_BIGBIG also with CMake

parent d3d4b420
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1124,9 +1124,6 @@ if(PKG_OPT)
endif()

if(PKG_USER-INTEL)
  if(LAMMPS_SIZES STREQUAL BIGBIG)
    message(FATAL_ERROR "The USER-INTEL Package is not compatible with -DLAMMPS_BIGBIG")
  endif()
  add_definitions(-DLMP_USER_INTEL)

  set(INTEL_ARCH "cpu" CACHE STRING "Architectures used by USER-INTEL (cpu or knl)")