Remove unnecessary project() calls
project() should only be called if the subdirectory, in fact, can be built standalone.
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
### tests_regression ###
|
||||
###############################################
|
||||
|
||||
project(tests_regression)
|
||||
|
||||
find_program(SqlDiff sqldiff)
|
||||
|
||||
if(NOT SqlDiff)
|
||||
|
||||
Reference in New Issue
Block a user