Skip to content

Commit 74f4683

Browse files
committed
clarified comment
1 parent 3524a6d commit 74f4683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ target_link_libraries(orea-test-suite ${ORED_LIB_NAME})
3232
target_link_libraries(orea-test-suite ${OREA_LIB_NAME})
3333
target_link_libraries(orea-test-suite ${Boost_LIBRARIES} ${RT_LIBRARY})
3434

35-
# avoid ABI mismatch between precompiled boost.log and this compiler run...
35+
# avoid ABI mismatch between boost.log (either pre-built or later than 1_73) and this compiler run...
3636
target_compile_definitions(orea-test-suite PUBLIC BOOST_USE_WINAPI_VERSION=0x0600)
3737

3838
add_test(NAME orea-test-suite WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} COMMAND orea-test-suite -- --base_data_path=.)

0 commit comments

Comments
 (0)