Skip to content

Commit

Permalink
extend HAVE_YAML flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Nov 30, 2023
1 parent 0d3a6a8 commit bfb55c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/zoltan2/test/core/parser/test_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#if HAVE_YAML
#include "yaml-cpp/yaml.h"
#endif // HAVE_YAML


void parse_mini_em_sample(std::string filename) {
Expand Down Expand Up @@ -91,6 +90,8 @@ void parse_wishlist(std::string filename) {
}
}

#endif // HAVE_YAML

int main(int argc, char* argv[]) {

std::string executable_path = std::filesystem::path(argv[0]).parent_path().string();
Expand Down

0 comments on commit bfb55c1

Please sign in to comment.