From 2d353cb18988bf36b45a15366142346e8980ce1c Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 23 Oct 2010 15:59:39 +0000 Subject: [PATCH] Fix oddity found while testing on msys with G++ 4.5.0 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa2335b..7224656 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,7 @@ if (CMAKE_COMPILER_2005) endif() include_directories(${Boost_INCLUDE_DIRS}) +include_directories(${Boost_INCLUDE_DIR}) add_executable(chai src/main.cpp) target_link_libraries(chai ${LIBS})