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
parent a863ee26a9
commit 1ac853e441
6 changed files with 60 additions and 124 deletions
+7 -1
View File
@@ -66,12 +66,18 @@ Prerequisites
sudo apt install mesa-amdgpu-va-drivers
* CMake 3.5 or later
* CMake Version 3.5 or later
.. code:: shell
sudo apt install cmake
* Clang Version `5.0.1` or later
.. code:: shell
sudo apt install clang
* `pkg-config <https://en.wikipedia.org/wiki/Pkg-config>`_
.. code:: shell