Skip to content

Commit

Permalink
Merge pull request #65 from andrew-aladev/release-v3.2.0.7402e6e
Browse files Browse the repository at this point in the history
Fixed C compiler detection
  • Loading branch information
tomghuang authored Apr 20, 2021
2 parents 394eba3 + ff8d034 commit aaa5f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cmake_minimum_required(VERSION 3.0)
set(ARGTABLE3_PROJECT_NAME "argtable3")
set(ARGTABLE3_PACKAGE_NAME "Argtable3")

project(${ARGTABLE3_PROJECT_NAME})
project(${ARGTABLE3_PROJECT_NAME} "C")

option(ARGTABLE3_ENABLE_CONAN "Enable Conan dependency manager" OFF)
option(ARGTABLE3_ENABLE_TESTS "Enable unit tests" ON)
Expand Down

0 comments on commit aaa5f19

Please sign in to comment.