Skip to content

Commit eab2fdb

Browse files
committed
fix?
1 parent 99e59b2 commit eab2fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/UserverRequireDWCAS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function(userver_target_require_dwcas target visibility)
9494
try_run(
9595
RUN_RESULT COMPILE_RESULT "${CMAKE_CURRENT_BINARY_DIR}/require_dwcas"
9696
"${USERVER_ROOT_DIR}/cmake/UserverRequireDWCAS.cpp"
97-
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${BOOST_ATOMIC_INCLUDE_DIR}"
97+
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES=${BOOST_ATOMIC_INCLUDE_DIR};${Boost_INCLUDE_DIRS}"
9898
COMPILE_DEFINITIONS ${TEST_DEFINITIONS}
9999
LINK_LIBRARIES ${TEST_LIBRARIES}
100100
COMPILE_OUTPUT_VARIABLE COMPILE_OUTPUT

0 commit comments

Comments
 (0)