]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Spelling fix.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 03:42:38 +0000 (03:42 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 11 Jan 2013 03:42:38 +0000 (03:42 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28016 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/modules/FindNETCDF.cmake

index e2601f117b539c14b5708433afd1070dd229d971..a104b327c57cf4c62268e04d922ee0b07e683272 100644 (file)
@@ -33,7 +33,7 @@ FIND_PATH(NETCDF_INCLUDE_DIR netcdf.hh
 # TODO: netcdf might externally depend on hdf5. Check and fix this.
 #
 
-FIND_LIBRARY(NETCDF_CPLUSCPLUS_LIBRARY NAMES netcdf_c++ netcdf_cpp
+FIND_LIBRARY(NETCDF_CPLUSPLUS_LIBRARY NAMES netcdf_c++ netcdf_cpp
   HINTS
     ${NETCDF_DIR}
   PATH_SUFFIXES
@@ -48,14 +48,14 @@ FIND_LIBRARY(NETCDF_C_LIBRARY NAMES netcdf
   )
 
 FIND_PACKAGE_HANDLE_STANDARD_ARGS(NETCDF DEFAULT_MSG
-  NETCDF_CPLUSCPLUS_LIBRARY
+  NETCDF_CPLUSPLUS_LIBRARY
   NETCDF_C_LIBRARY
   NETCDF_INCLUDE_DIR
   )
 
 IF(NETCDF_FOUND)
   MARK_AS_ADVANCED(
-    NETCDF_CPLUSCPLUS_LIBRARY
+    NETCDF_CPLUSPLUS_LIBRARY
     NETCDF_C_LIBRARY
     NETCDF_INCLUDE_DIR
     NETCDF_DIR

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.