Skip to content

Commit abdce6e

Browse files
author
Charles PIGNEROL
committed
Version 7.9.5. Remove unnecessary cmake instruction.
1 parent c714ae1 commit abdce6e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set (LIMA_MAJOR_VERSION "7")
66
set (LIMA_MINOR_VERSION "9")
7-
set (LIMA_RELEASE_VERSION "4")
7+
set (LIMA_RELEASE_VERSION "5")
88
set (LIMA_VERSION ${LIMA_MAJOR_VERSION}.${LIMA_MINOR_VERSION}.${LIMA_RELEASE_VERSION})
99

1010

src/LimaScripting/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ set (ALL_TARGETS LimaScripting)
2626
set_property (SOURCE LimaScripting.i PROPERTY CPLUSPLUS ON)
2727
swig_add_library (LimaScripting TYPE SHARED LANGUAGE PYTHON SOURCES ${CPP_SOURCES})
2828
cmake_policy (SET CMP0086 NEW)
29-
set_source_files_properties (LimaScripting.i PROPERTIES CPLUSPLUS ON)
3029
set_source_files_properties (LimaScripting.i PROPERTIES SWIG_MODULE_NAME LimaScripting)
3130

3231
# Objectif avoir les flags de compilation SWIG suivants :

0 commit comments

Comments
 (0)