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 1701 by kstocke1, Thu Apr 5 19:37:58 2012 UTC vs.
Revision 1705 by gezelter, Wed Apr 25 17:34:21 2012 UTC

# Line 85 | Line 85 | ELSE(OPENBABEL2_FOUND)
85    include_directories(${OPENBABEL2_INCLUDE_DIR})
86    # link libraries are added only for targets that need them.
87   ELSE(OPENBABEL2_FOUND)
88 <  MESSAGE(STATUS, "No OpenBabel found - will not build atom2md")
88 >  MESSAGE(STATUS "No OpenBabel found - will not build atom2md")
89   ENDIF(OPENBABEL2_FOUND)
90  
91   #Look for QHULL Libraries
# Line 95 | Line 95 | ELSE(QHULL_FOUND)
95    include_directories(${QHULL_INCLUDE_DIR})
96    LINK_LIBRARIES(${QHULL_LIBRARIES})
97   ELSE(QHULL_FOUND)
98 <  MESSAGE(STATUS, "No Qhull found - will be missing some features")
98 >  MESSAGE(STATUS "No Qhull found - will be missing some features")
99   ENDIF(QHULL_FOUND)
100  
101   # zlib stuff
# Line 106 | Line 106 | ELSE(ZLIB_FOUND)
106    include_directories(${ZLIB_INCLUDE_DIR})
107    LINK_LIBRARIES(${ZLIB_LIBRARIES})
108   ELSE(ZLIB_FOUND)
109 <  MESSAGE(STATUS, "No zlib found - will be missing compressed dump files")
109 >  MESSAGE(STATUS "No zlib found - will be missing compressed dump files")
110   endif(ZLIB_FOUND)
111  
112   #FFTW3
# Line 122 | Line 122 | ELSE(FFTW3_FOUND)
122    INCLUDE_DIRECTORIES(${FFTW3_INCLUDE_DIR})
123    LINK_LIBRARIES(${FFTW3_LIBRARIES})
124   ELSE(FFTW3_FOUND)
125 <  MESSAGE(STATUS, "No fftw3 found - will be missing some analysis modules")
125 >  MESSAGE(STATUS "No fftw3 found - will be missing some analysis modules")
126   endif (FFTW3_FOUND)
127  
128  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines