Skip to content

Commit

Permalink
cmake/FindRocksDB: fix IMPORTED_LOCATION for ROCKSDB_LIBRARIES
Browse files Browse the repository at this point in the history
Signed-off-by: dudengke <[email protected]>
  • Loading branch information
DengkeDu authored and tchaikov committed Mar 27, 2019
1 parent 4f7a5a0 commit 7b6e05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindRocksDB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(RocksDB_FOUND)
set_target_properties(RocksDB::RocksDB PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${ROCKSDB_INCLUDE_DIR}"
IMPORTED_LINK_INTERFACE_LANGUAGES "CXX"
IMPORTED_LOCATION "${ROCKSDB_LIBRARY}"
IMPORTED_LOCATION "${ROCKSDB_LIBRARIES}"
VERSION "${ROCKSDB_VERSION_STRING}")
endif()
endif()
Expand Down

0 comments on commit 7b6e05a

Please sign in to comment.