CMake: Unset sources_tests after use.

This commit is contained in:
tastytea 2020-06-29 08:44:05 +02:00
parent 76c3e9ab00
commit 410279dc97
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ else() # Catch 1.x
"Neither Catch 2.x nor Catch 1.x could be found.")
endif()
endif()
unset(sources_tests)