From eee69be2d487ee9228ce1ef97c1cbeb0befad7a9 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Fri, 29 Apr 2022 00:37:01 +0530 Subject: [PATCH] SWDEV-327563 - Windows: enable hiprtc tests (#2629) Change-Id: If6df6188d15aecedbe536de0ca1a95dc64f3f1b5 [ROCm/hip-tests commit: 1f91961c3d2910fe6b4c96fa8b997063530f4576] --- projects/hip-tests/catch/unit/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/projects/hip-tests/catch/unit/CMakeLists.txt b/projects/hip-tests/catch/unit/CMakeLists.txt index 7dd03f79a9..9ebff9b9de 100644 --- a/projects/hip-tests/catch/unit/CMakeLists.txt +++ b/projects/hip-tests/catch/unit/CMakeLists.txt @@ -18,11 +18,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -# build fails in windows -if (UNIX) - add_subdirectory(rtc) -endif() - +add_subdirectory(rtc) add_subdirectory(deviceLib) add_subdirectory(graph) add_subdirectory(memory)