Skip to content

Commit

Permalink
attempting to fix boost error for macos ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 28, 2024
1 parent f59a5fd commit 9e944e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ set( TESTS
)

include_directories( SYSTEM ${Boost_INCLUDE_DIR} )
include_directories( SYSTEM ${Boost_INCLUDE_DIRS} )
include_directories( SYSTEM ${LIBXML2_INCLUDE_DIR} )
include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_LIST_DIR} )

Expand Down

0 comments on commit 9e944e9

Please sign in to comment.