Commit c980dd0a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove stray endif()

parent 3ad74985
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -476,7 +476,6 @@ if(PKG_LATTE)
      SOURCE_SUBDIR cmake
      CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> ${CMAKE_REQUEST_PIC}
    )
    endif()
    ExternalProject_get_property(latte_build INSTALL_DIR)
    set(LATTE_LIBRARIES ${INSTALL_DIR}/${CMAKE_INSTALL_LIBDIR}/liblatte.a)
    list(APPEND LAMMPS_DEPS latte_build)