aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/libtermkeyCMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/cmake/libtermkeyCMakeLists.txt')
-rw-r--r--third-party/cmake/libtermkeyCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/cmake/libtermkeyCMakeLists.txt b/third-party/cmake/libtermkeyCMakeLists.txt
index c55da7929a..af54c1daec 100644
--- a/third-party/cmake/libtermkeyCMakeLists.txt
+++ b/third-party/cmake/libtermkeyCMakeLists.txt
@@ -4,7 +4,7 @@ project(libtermkey)
add_definitions(-D _CRT_SECURE_NO_WARNINGS)
add_definitions(-DHAVE_UNIBILIUM)
if(NOT MSVC)
- add_definitions(-std=c99)
+ add_compile_options(-std=c99)
endif()
include_directories(${PROJECT_BINARY_DIR}/t)