SWDEV-509213 - make cmake_minimum_required consistent across clr (#51)

Change-Id: Ib0b1df7af8984a37d6bf7ca68ec99597d5978821
This commit is contained in:
Chaudhary, Jatin Jaikishan
2025-04-15 10:53:41 +01:00
committed by GitHub
parent 588cf0fc69
commit fcaefe97b8
15 changed files with 9 additions and 47 deletions
-2
View File
@@ -18,8 +18,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
cmake_minimum_required(VERSION 3.5)
project(amdocl)
option(BUILD_SHARED_LIBS "Build the shared library" ON)