Skip to content

Commit

Permalink
Examples without ASAN.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Nov 29, 2024
1 parent 57399ab commit 2216cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function(compile_example example_source)
string(REPLACE ".cpp" "_bin" example_name ${example_filename})

add_executable(${example_name} ${example_source})
target_link_libraries(${example_name} PUBLIC HighFive HighFiveWarnings HighFiveFlags)
target_link_libraries(${example_name} PUBLIC HighFive HighFiveWarnings)
if(${ARGC} EQUAL 2)
target_link_libraries(${example_name} PUBLIC ${ARGV1})
endif()
Expand Down

0 comments on commit 2216cef

Please sign in to comment.