]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Disable dynamic extension support by default for CMake (#5419)
authorYanqin Jin <yanqin@fb.com>
Wed, 5 Jun 2019 20:56:46 +0000 (13:56 -0700)
committerYanqin Jin <yanqin@fb.com>
Wed, 5 Jun 2019 21:09:27 +0000 (14:09 -0700)
commit11afcbe7ba9e3753aa732a6093da166dabf0b3e1
treeba8ff5d0e7cf3dbfa1bdb9ac9b31e88c8d24346f
parentb6e554e698c6091007dfa6269816cc3a82c6f31a
Disable dynamic extension support by default for CMake (#5419)

Summary:
We have users reporting linking error while building RocksDB using CMake, and we do not enable dynamic extension feature for them. The fix is to add `-DROCKSDB_NO_DYNAMIC_EXTENSION` to CMake by default.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5419

Differential Revision: D15676792

Pulled By: riversand963

fbshipit-source-id: d45aaacfc64ea61646fd7329c352cd760145baf3
CMakeLists.txt