Undo previous changes for common directory

release/4.3a0
Varun Agrawal 2020-08-31 13:55:09 -04:00
parent ac3e564293
commit b23cdca66a
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
// Paths to example datasets distributed with GTSAM
#define GTSAM_SOURCE_TREE_DATASET_DIR "@GTSAM_SOURCE_DIR@/examples/Data"
#define GTSAM_INSTALLED_DATASET_DIR "@GTSAM_TOOLBOX_INSTALL_PATH@/gtsam_examples/Data"
#define GTSAM_PYTHON_DATASET_DIR "@GTSAM_PYTHON_DATASET_DIR"
// Whether GTSAM is compiled to use quaternions for Rot3 (otherwise uses rotation matrices)
#cmakedefine GTSAM_USE_QUATERNIONS

View File

@ -69,7 +69,6 @@ string findExampleDataFile(const string &name) {
// Constants below are defined by CMake, see gtsam/gtsam/CMakeLists.txt
rootsToSearch.push_back(GTSAM_SOURCE_TREE_DATASET_DIR);
rootsToSearch.push_back(GTSAM_INSTALLED_DATASET_DIR);
rootsToSearch.push_back(GTSAM_PYTHON_DATASET_DIR);
// Search for filename as given, and with .graph and .txt extensions
vector<string> namesToSearch;