use ctest command for verbose output
This commit is contained in:
parent
df2ab2df77
commit
eb415cd234
3 changed files with 7 additions and 3 deletions
|
|
@ -13,6 +13,10 @@
|
|||
#include <vector>
|
||||
#include "pfaedle/osm/Osm.h"
|
||||
|
||||
#ifndef POSIX_FADV_SEQUENTIAL
|
||||
#define POSIX_FADV_SEQUENTIAL 2
|
||||
#endif
|
||||
|
||||
namespace pfaedle {
|
||||
namespace osm {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue