CMakeLists.txt: Change default to HIP static library
Change-Id: I9b233c6873d0a69d9aedeb1f9f3773e4258c6f44
This commit is contained in:
@@ -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()
|
||||
|
||||
Verwijs in nieuw issue
Block a user