diff options
Diffstat (limited to 'components/script/CMakeLists.txt')
-rw-r--r-- | components/script/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/CMakeLists.txt b/components/script/CMakeLists.txt index 0d892801469..5cf4071a144 100644 --- a/components/script/CMakeLists.txt +++ b/components/script/CMakeLists.txt @@ -1,4 +1,4 @@ -project(script) +project(script LANGUAGES) cmake_minimum_required(VERSION 2.6) set(DUMMY ${CMAKE_BUILD_TYPE}) |