dont link with boost filesystem
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
#include <boost/optional/optional.hpp>
|
||||
#include <boost/property_tree/xml_parser.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
//#include <boost/filesystem.hpp>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
@ -24,7 +24,7 @@
|
||||
#include "../DKSDefinitions.h"
|
||||
|
||||
namespace pt = boost::property_tree;
|
||||
namespace fs = boost::filesystem;
|
||||
//namespace fs = boost::filesystem;
|
||||
|
||||
const std::string config_dir = "/.config/DKS";
|
||||
const std::string config_file = "/autotuning.xml";
|
||||
|
Reference in New Issue
Block a user