Skip to content

Commit

Permalink
Merge pull request #296 from cobyj33/cobyj33-fix-sample-building
Browse files Browse the repository at this point in the history
Fix all samples building to "tests" binary
  • Loading branch information
p-ranav authored Oct 28, 2023
2 parents 4d8cb23 + 5b4f357 commit 0d97e1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function(add_sample NAME)
ADD_EXECUTABLE(ARGPARSE_SAMPLE_${NAME} ${NAME}.cpp)
INCLUDE_DIRECTORIES("../include" ".")
set_target_properties(ARGPARSE_SAMPLE_${NAME} PROPERTIES OUTPUT_NAME ${NAME})
set_target_properties(ARGPARSE_SAMPLE_${NAME} PROPERTIES OUTPUT_NAME tests)
set_property(TARGET ARGPARSE_SAMPLE_${NAME} PROPERTY CXX_STANDARD 17)
endfunction()

Expand Down

0 comments on commit 0d97e1c

Please sign in to comment.