CTest Updates - Fix duplicates (#408)

* Test - Fix CTest

* CMakeLists - Clang Set

* Ctest - support

* Readme - Fix and updates

* Readme - minor fix

* Readme - MS template

* Install - Minor instructiion fix

* Clang - Added as default CXX compiler

* Update CHANGELOG.md

Remove unreleased
This commit is contained in:
Kiriti Gowda
2024-08-14 14:28:52 -07:00
committed by GitHub
szülő a863ee26a9
commit 1ac853e441
6 fájl változott, egészen pontosan 60 új sor hozzáadva és 124 régi sor törölve
+2 -1
Fájl megtekintése
@@ -29,7 +29,7 @@ else:
import subprocess
__copyright__ = "Copyright (c) 2023 - 2024, AMD ROCm rocDecode"
__version__ = "2.1.0"
__version__ = "2.2.0"
__email__ = "mivisionx.support@amd.com"
__status__ = "Shipping"
@@ -156,6 +156,7 @@ if userName == 'root':
# source install - common package dependencies
commonPackages = [
'gcc',
'clang',
'cmake',
'git',
'wget',