Rename cmake flag for unit tests to ENABLE_DEVELOPER_TESTS

To differentiate from the previously existing BUILD_TEST that controls building the Test WB
This commit is contained in:
Adrián Insaurralde Avalos
2023-07-31 11:43:22 -04:00
committed by Chris Hennes
parent d4b3347f5a
commit 1afcd64ebf
5 changed files with 5 additions and 4 deletions

View File

@@ -232,7 +232,7 @@ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined'; export LDFLAGS
%endif
-DPACKAGE_WCREF="%{release} (Git)" \
-DPACKAGE_WCURL="git://github.com/%{github_name}/FreeCAD.git master" \
-DBUILD_TEST=FALSE \
-DENABLE_DEVELOPER_TESTS=FALSE \
../
make fc_version