We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3524a6d commit 74f4683Copy full SHA for 74f4683
1 file changed
OREAnalytics/test/CMakeLists.txt
@@ -32,7 +32,7 @@ target_link_libraries(orea-test-suite ${ORED_LIB_NAME})
32
target_link_libraries(orea-test-suite ${OREA_LIB_NAME})
33
target_link_libraries(orea-test-suite ${Boost_LIBRARIES} ${RT_LIBRARY})
34
35
-# avoid ABI mismatch between precompiled boost.log and this compiler run...
+# avoid ABI mismatch between boost.log (either pre-built or later than 1_73) and this compiler run...
36
target_compile_definitions(orea-test-suite PUBLIC BOOST_USE_WINAPI_VERSION=0x0600)
37
38
add_test(NAME orea-test-suite WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} COMMAND orea-test-suite -- --base_data_path=.)
0 commit comments