CMakeLists.txt: Change default to HIP static library

Change-Id: I9b233c6873d0a69d9aedeb1f9f3773e4258c6f44
This commit is contained in:
Maneesh Gupta
2016-09-07 19:22:38 +05:30
bovenliggende c4735224df
commit 87d7e95693
+1 -1
Bestand weergeven
@@ -116,7 +116,7 @@ endif()
# Set if we need to build shared or static library
if(NOT DEFINED HIP_LIB_TYPE)
if(NOT DEFINED ENV{HIP_LIB_TYPE})
set(HIP_LIB_TYPE 0)
set(HIP_LIB_TYPE 1)
else()
set(HIP_LIB_TYPE $ENV{HIP_LIB_TYPE})
endif()