diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4a32692..93dd0e7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,9 @@ #Copyright (C) Microsoft Corporation. All rights reserved. #Licensed under the MIT license. See LICENSE file in the project root for full license information. -add_subdirectory(reals) +if(${build_reals}) + add_subdirectory(reals) +endif() # unit tests if(${run_unittests})