Remove unnecessary CMake variables (#2853)

* Remove unnecessary variable

* Remove unused variable
This commit is contained in:
Chris Thrasher
2024-04-11 07:39:08 -06:00
committed by GitHub
parent b5373dadca
commit 838f8d71cb
2 changed files with 1 additions and 4 deletions

View File

@@ -43,8 +43,7 @@ set( TARGETS_IDIOMATIC_EXAMPLES ${BASENAMES_IDIOMATIC_EXAMPLES} )
foreach( name ${TARGETS_IDIOMATIC_EXAMPLES} )
add_executable( ${name}
${EXAMPLES_DIR}/${name}.cpp )
add_executable( ${name} ${name}.cpp )
endforeach()
set(ALL_EXAMPLE_TARGETS