aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/python/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/python/CMakeLists.txt')
-rw-r--r--src/modules/python/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/python/CMakeLists.txt b/src/modules/python/CMakeLists.txt
index 1c70434f9..468b2ff8b 100644
--- a/src/modules/python/CMakeLists.txt
+++ b/src/modules/python/CMakeLists.txt
@@ -1,9 +1,9 @@
# CMakeLists for src/modules/python
-SET(kvipython_SRCS
+set(kvipython_SRCS
libkvipython.cpp
)
-SET(kvi_module_name kvipython)
+set(kvi_module_name kvipython)
-INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)
+include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)