Browse Source

solving cmake error

Patrik Kovacs 7 years ago
parent
commit
aef9dea2ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -18,7 +18,7 @@ add_library(hdf4cpp
         lib/HdfException.cpp
         lib/HdfException.cpp
         include/hdf4cpp/HdfObject.h
         include/hdf4cpp/HdfObject.h
         include/hdf4cpp/HdfDestroyer.h
         include/hdf4cpp/HdfDestroyer.h
-        include/hdf4cpp/hdf.h include/hdf4cpp/HdfAttribute.h)
+        include/hdf4cpp/HdfAttribute.h)
 
 
 target_include_directories(hdf4cpp
 target_include_directories(hdf4cpp
         PUBLIC
         PUBLIC