Skip to content

Commit

Permalink
fix include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
odashi authored Apr 7, 2017
1 parent 7e570d2 commit e5939f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ find_package(Boost 1.48.0 REQUIRED COMPONENTS
unit_test_framework)
MESSAGE("-- Boost include directory: " ${Boost_INCLUDE_DIRS})

include_directories(${CMAKE_SOURCE_DIR} ${Boost_INCLUDE_DIRS})
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${Boost_INCLUDE_DIRS})

enable_testing()

Expand Down

0 comments on commit e5939f9

Please sign in to comment.