diff options
Diffstat (limited to 'Tests/SwigTest/CMakeLists.txt')
-rw-r--r-- | Tests/SwigTest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SwigTest/CMakeLists.txt b/Tests/SwigTest/CMakeLists.txt index adf955f..5a8e619 100644 --- a/Tests/SwigTest/CMakeLists.txt +++ b/Tests/SwigTest/CMakeLists.txt @@ -1,5 +1,6 @@ SET(language "python") +cmake_minimum_required (VERSION 2.6) PROJECT(example_${language}_class) |