Remove unnecessary project() calls

project() should only be called if the subdirectory, in fact, can be
built standalone.
This commit is contained in:
2024-11-18 15:42:37 +01:00
parent e1b8bbf12d
commit ca9ef16d0d
13 changed files with 57 additions and 72 deletions

View File

@@ -35,8 +35,6 @@
### tests_regression ###
###############################################
project(tests_regression)
find_program(SqlDiff sqldiff)
if(NOT SqlDiff)