Skip to content

Commit fa170f1

Browse files
isaachierruslo
authored andcommitted
Hunter 1.20 fix header installation (google#3)
1 parent 57593cd commit fa170f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ if(LEVELDB_INSTALL)
341341
# Headers:
342342
# * include/leveldb/db.h -> <prefix>/include/leveldb/db.h
343343
install(
344-
DIRECTORY "include"
344+
DIRECTORY "include/leveldb"
345345
DESTINATION "${include_install_dir}"
346346
FILES_MATCHING PATTERN "*.h"
347347
)

0 commit comments

Comments
 (0)