Skip to content

Commit

Permalink
Set CMake project language to C
Browse files Browse the repository at this point in the history
  • Loading branch information
lwu309 committed Jun 1, 2020
1 parent bcdda6b commit 23693e9
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16.0)

set(CMAKE_USER_MAKE_RULES_OVERRIDE "${CMAKE_SOURCE_DIR}/cmake/CMakeUserMakeRulesOverride.cmake")

project(Scmpoo)
project(Scmpoo C)

if(MSVC)
set(CMAKE_RC_FLAGS "/c 932 /l 0x0411")
Expand Down

0 comments on commit 23693e9

Please sign in to comment.