File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ include_directories(${PROJECT_SOURCE_DIR}/mapscript/swiginc)
28
28
include_directories (${PROJECT_SOURCE_DIR} /mapscript/)
29
29
include_directories (${PROJECT_SOURCE_DIR} /mapscript/python)
30
30
31
- if (${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} greater 3.7)
31
+ if (${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} GREATER 3.7)
32
32
swig_add_library(pythonmapscript TYPE MODULE LANGUAGE python SOURCES ../mapscript.i)
33
- else (${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} greater 3.7)
33
+ else (${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} GREATER 3.7)
34
34
swig_add_module(pythonmapscript python ../mapscript.i)
35
- endif (${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} greater 3.7)
35
+ endif (${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} GREATER 3.7)
36
36
37
37
swig_link_libraries(pythonmapscript ${PYTHON_LIBRARIES} ${MAPSERVER_LIBMAPSERVER} )
38
38
You can’t perform that action at this time.
0 commit comments