Skip to content

Commit 6da1e3b

Browse files
committed
Fix the Travis-CI compilation problem
1 parent e65f0c9 commit 6da1e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License: GNU GPLv3
33
# Copyright (c) 2018-2019 RedFantom
44
cmake_minimum_required(VERSION 3.9)
5-
set(CMAKE_C_FLAGS "-std=c99")
5+
set(CMAKE_C_FLAGS "-std=c99" CACHE STRING "compiler flags")
66
project(libmk VERSION 0.2.0 DESCRIPTION "MasterKeys RGB Library")
77

88
# Dependencies

0 commit comments

Comments
 (0)