Handle the option USE_COMGR_LIBRARY correctly

This is a follow up to http://gerrit-git.amd.com/c/compute/ec/vdi/+/359563. The setting is now either ON or OFF, never "yes".

Change-Id: I031d013a8d239dc72ef610da81bd31b8b78a3ba8
Tento commit je obsažen v:
Vlad Sytchenko
2020-06-02 16:23:08 -04:00
odevzdal Vladislav Sytchenko
rodič fabfc42b68
revize 3a84fcd13e
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -37,7 +37,7 @@ target_include_directories(oclrocm
${ROCR_INCLUDES})
if(${USE_COMGR_LIBRARY} MATCHES "yes")
if(USE_COMGR_LIBRARY)
target_compile_definitions(oclrocm
PRIVATE USE_COMGR_LIBRARY)
endif()