File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
set (LIMA_MAJOR_VERSION "7" )
6
6
set (LIMA_MINOR_VERSION "9" )
7
- set (LIMA_RELEASE_VERSION "4 " )
7
+ set (LIMA_RELEASE_VERSION "5 " )
8
8
set (LIMA_VERSION ${LIMA_MAJOR_VERSION} .${LIMA_MINOR_VERSION}.${LIMA_RELEASE_VERSION} )
9
9
10
10
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ set (ALL_TARGETS LimaScripting)
26
26
set_property (SOURCE LimaScripting.i PROPERTY CPLUSPLUS ON )
27
27
swig_add_library (LimaScripting TYPE SHARED LANGUAGE PYTHON SOURCES ${CPP_SOURCES} )
28
28
cmake_policy (SET CMP0086 NEW )
29
- set_source_files_properties (LimaScripting.i PROPERTIES CPLUSPLUS ON )
30
29
set_source_files_properties (LimaScripting.i PROPERTIES SWIG_MODULE_NAME LimaScripting )
31
30
32
31
# Objectif avoir les flags de compilation SWIG suivants :
You can’t perform that action at this time.
0 commit comments