SWDEV-282289 - Do not compare Pre-processor directive with string.

Change-Id: I9cd76c57a5cdea8059f69cc56ba9dca278b4d04c
This commit is contained in:
kjayapra-amd
2021-07-26 10:38:42 -04:00
committed by Karthik Jayaprakash
parent 50e57158eb
commit bf677f91af
+1 -1
View File
@@ -49,7 +49,7 @@ else()
set(_pchStatus 0)
endif()
if(__HIP_USE_CMPXCHG_FOR_FP_ATOMICS MATCHES "ON")
if(__HIP_USE_CMPXCHG_FOR_FP_ATOMICS)
add_definitions(-D__HIP_USE_CMPXCHG_FOR_FP_ATOMICS)
endif()