Allow cmake to be run multiple times in directed tests

Change-Id: I9d68fdefd9f72895ad4bdb310fcf3c6e52dbbf02


[ROCm/clr commit: 5fe7159baf]
This commit is contained in:
Maneesh Gupta
2016-08-10 09:49:07 +05:30
parent 0dd56073db
commit 9816ef5452
@@ -1,5 +1,7 @@
cmake_minimum_required (VERSION 2.6)
# remove CMAKE_CXX_COMPILER entry from cache since it will be pointing to hipcc
unset(CMAKE_CXX_COMPILER CACHE)
message (CMAKE_CXX_COMPILER = ${CMAKE_CXX_COMPILER} )
project (HIP_Unit_Tests)