ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/CMakeLists.txt
(Generate patch)

Comparing branches/development/CMakeLists.txt (file contents):
Revision 1698 by gezelter, Fri Mar 16 15:24:02 2012 UTC vs.
Revision 1699 by gezelter, Thu Mar 22 17:44:12 2012 UTC

# Line 536 | Line 536 | src/applications/atom2md/openmdformat.cpp
536   src/applications/atom2md/openmdformat.cpp
537   )
538    add_executable(atom2md ${ATOM2MDSOURCE})
539 <  target_link_libraries(atom2md openmd_single openmd_core openmd_single openmd_core ${OPENBABEL2_LDFLAGS})
539 >  target_link_libraries(atom2md openmd_single openmd_core openmd_single openmd_core ${OPENBABEL2_LIBRARIES})
540    INSTALL(TARGETS atom2md RUNTIME DESTINATION bin
541            PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
542   ENDIF (OPENBABEL2_FOUND)
# Line 629 | Line 629 | message( STATUS "MPI_CXX_LIBRARIES .......... = ${MPI_
629   message( STATUS "MPI_CXX_COMPILER ........... = ${MPI_CXX_COMPILER}")
630   message( STATUS "MPI_CXX_INCLUDE_PATH ....... = ${MPI_CXX_INCLUDE_PATH}")
631   message( STATUS "MPI_CXX_LIBRARIES .......... = ${MPI_CXX_LIBRARIES}")
632 + message( STATUS "OPENBABEL2_ROOT ............ = ${OPENBABEL2_ROOT}")
633   message( STATUS "OPENBABEL2_INCLUDE_DIR ..... = ${OPENBABEL2_INCLUDE_DIR}")
634   message( STATUS "OPENBABEL2_LIBRARIES ....... = ${OPENBABEL2_LIBRARIES}")
634 message( STATUS "OPENBABEL2_LIBRARY_DIRS .... = ${OPENBABEL2_LIBRARY_DIRS}")
635 message( STATUS "OPENBABEL2_LDFLAGS ......... = ${OPENBABEL2_LDFLAGS}")
635   message( STATUS "QHULL_ROOT ................. = ${QHULL_ROOT}")
636   message( STATUS "QHULL_INCLUDE_DIR .......... = ${QHULL_INCLUDE_DIR}")
637   message( STATUS "QHULL_LIBRARIES ............ = ${QHULL_LIBRARIES}")
638   message( STATUS "ZLIB_ROOT .................. = ${ZLIB_ROOT}")
639   message( STATUS "ZLIB_INCLUDE_DIR ........... = ${ZLIB_INCLUDE_DIR}")
640   message( STATUS "ZLIB_LIBRARIES ............. = ${ZLIB_LIBRARIES}")
641 < message( STATUS "FFTW3_ROOT_DIR ............. = ${FFTW3_ROOT_DIR}")
641 > message( STATUS "FFTW3_ROOT ................. = ${FFTW3_ROOT}")
642   message( STATUS "FFTW3_INCLUDE_DIR .......... = ${FFTW3_INCLUDE_DIR}")
643   message( STATUS "FFTW3_LIBRARIES ............ = ${FFTW3_LIBRARIES}")
644   message( STATUS "PERL_EXECUTABLE ............ = ${PERL_EXECUTABLE}")
# Line 649 | Line 648 | message( STATUS )
648   message( STATUS "To override these options, add -D{OPTION_NAME}=... to the cmake command" )
649   message( STATUS "Particularly useful defines are for:")
650   message( STATUS )
651 < message( STATUS "  -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} (where OpenMD will be installed)")
652 < message( STATUS "  -DQHULL_ROOT=/path/to/qhull")
653 < message( STATUS "  -DFFTW3_ROOT_DIR=/path/to/fftw3")
651 > message( STATUS "  -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} (where OpenMD will be installed)")
652 > message( STATUS "       -DOPENBABEL2_ROOT=/path/to/openbabel")
653 > message( STATUS "            -DQHULL_ROOT=/path/to/qhull")
654 > message( STATUS "            -DFFTW3_ROOT=/path/to/fftw3")
655   message( STATUS )
656   message( STATUS "To build and install OpenMD, enter \"make\" and \"make install\"")
657   message( STATUS )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines