diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5e97149d..2e81ace5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,8 +1,9 @@ #Copyright (c) Microsoft. 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() if(${run_unittests}) build_test_folder(async_op_ut)