Revert "Make directed_test support static libs"

This reverts commit d00d627b9d.

Reason for revert: <INSERT REASONING HERE>

Change-Id: Ib2d1084ea21461f70f96f95c6025a08f88288357
This commit is contained in:
Tao Sang
2020-10-09 21:13:34 -04:00
committed by Maneesh Gupta
parent d00d627b9d
commit 144a6fb100
6 changed files with 6 additions and 46 deletions
-3
View File
@@ -7,9 +7,6 @@ cmake_minimum_required(VERSION 3.10)
# Search for rocm in common locations
list(APPEND CMAKE_PREFIX_PATH /opt/rocm/hip /opt/rocm)
# create square.cpp
execute_process(COMMAND sh -c "/opt/rocm/hip/bin/hipify-perl ../square.cu > ../square.cpp")
# Find hip
find_package(hip)