Changeset - d41a6550d048
[Not reviewed]
0 2 0
HanzZ - 14 years ago 2011-09-20 18:21:38
hanzz.k@gmail.com
Fixed boost::filesystem compatibility with newer boost
2 files changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -44,6 +44,7 @@ FIND_PACKAGE(Qt4 COMPONENTS QtCore)
 

	
 
# ADD_DEFINITIONS(${SWIFTEN_CFLAGS})
 
ADD_DEFINITIONS(-DSUPPORT_LEGACY_CAPS)
 
ADD_DEFINITIONS(-DBOOST_FILESYSTEM_VERSION=2)
 

	
 
message("  Supported features")
 
message("-----------------------")
spectrum/src/main.cpp
Show inline comments
 
@@ -23,6 +23,7 @@
 
#include "log4cxx/propertyconfigurator.h"
 
#include "log4cxx/consoleappender.h"
 
#include "libgen.h"
 
#include <sys/stat.h>
 
 
using namespace log4cxx;
 
0 comments (0 inline, 0 general)