File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,19 +179,19 @@ if(Boost_FOUND)
179179 target_link_libraries (ctrace PRIVATE ${Boost_LIBRARIES} )
180180endif ()
181181
182- if (USE_THREAD_SANITIZER)
182+ if (USE_THREAD_SANITIZER)
183183 include (${CMAKE_SOURCE_DIR} /cmake/debug/sanitizer/ThreadSanitizer.cmake )
184184endif ()
185185
186- if (USE_ADDRESS_SANITIZER)
186+ if (USE_ADDRESS_SANITIZER)
187187 include (${CMAKE_SOURCE_DIR} /cmake/debug/sanitizer/AddressSanitizer.cmake )
188188endif ()
189189
190190include (${CMAKE_SOURCE_DIR} /cmake/FetchNlohmannJson.cmake )
191191target_link_libraries (ctrace PRIVATE nlohmann_json::nlohmann_json )
192192
193193option (USE_EXTERNAL_CLI11 "Download CLI11" OFF )
194- if (USE_EXTERNAL_CLI11 AND PARSER_TYPE STREQUAL "CLI11" )
194+ if (USE_EXTERNAL_CLI11 AND PARSER_TYPE STREQUAL "CLI11" )
195195 include (${CMAKE_SOURCE_DIR} /cmake/CLI11.cmake )
196196 target_link_libraries (ctrace PRIVATE CLI11::CLI11 )
197197endif ()
You can’t perform that action at this time.
0 commit comments