File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FIND_PACKAGE (Boost REQUIRED CONFIG )
1+ FIND_PACKAGE (Boost REQUIRED )
22FIND_PACKAGE (Threads REQUIRED )
33FIND_PACKAGE (ZLIB REQUIRED )
44
Original file line number Diff line number Diff line change 11FIND_PACKAGE (Threads REQUIRED )
22
3- FIND_PACKAGE (Boost COMPONENTS timer CONFIG )
3+ FIND_PACKAGE (Boost COMPONENTS timer )
44
55LIST (APPEND exec_PROGRAMS
66 class_intrusive.cpp
Original file line number Diff line number Diff line change 11IF (MSGPACK_USE_X3_PARSE AND MSGPACK_DEFAULT_API_VERSION VERSION_GREATER 1)
2- FIND_PACKAGE (Boost REQUIRED COMPONENTS context CONFIG )
2+ FIND_PACKAGE (Boost REQUIRED COMPONENTS context )
33 FIND_PACKAGE (Threads REQUIRED )
44
55 LIST (APPEND exec_PROGRAMS
Original file line number Diff line number Diff line change 11FIND_PACKAGE (Threads REQUIRED )
2- FIND_PACKAGE (Boost REQUIRED COMPONENTS filesystem unit_test_framework CONFIG )
2+ FIND_PACKAGE (Boost REQUIRED COMPONENTS filesystem unit_test_framework )
33
44LIST (APPEND check_PROGRAMS
55 regression_runner.cpp
Original file line number Diff line number Diff line change 11FIND_PACKAGE (Threads REQUIRED )
22FIND_PACKAGE (ZLIB )
3- FIND_PACKAGE (Boost REQUIRED COMPONENTS unit_test_framework CONFIG )
3+ FIND_PACKAGE (Boost REQUIRED COMPONENTS unit_test_framework )
44
55LIST (APPEND check_PROGRAMS
66 array_ref.cpp
You can’t perform that action at this time.
0 commit comments