File tree Expand file tree Collapse file tree 5 files changed +16
-261
lines changed Expand file tree Collapse file tree 5 files changed +16
-261
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ created.
117
117
Adjust the path to bison and flex so that the shortened ``C:/Progra~1`` is used
118
118
rather than ``C:/Program Files``.
119
119
120
- Untick the 'BINDINGS_GLOBAL_INSTALL' option so that python bindings are placed
121
- into the output directory when you run the INSTALL target.
120
+ Verify that the 'BINDINGS_GLOBAL_INSTALL' option is not checked, so that python
121
+ bindings are placed into the output directory when you run the INSTALL target.
122
122
123
123
Hit ``Configure`` to start the configuration and select ``Visual Studio 9 2008``
124
124
and keep ``native compilers`` and click ``Finish``.
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ cmake -G "Visual Studio 9 2008" ^
91
91
-D WITH_SPATIALITE=TRUE ^
92
92
-D WITH_MAPSERVER=TRUE ^
93
93
-D WITH_INTERNAL_SPATIALITE=TRUE ^
94
- -D BINDINGS_GLOBAL_INSTALL=FALSE ^
95
94
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
96
95
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
97
96
-D GEOS_LIBRARY=%OSGEO4W_ROOT% /lib/geos_c_i.lib ^
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ cmake -G "Visual Studio 9 2008" ^
91
91
-D WITH_SPATIALITE=TRUE ^
92
92
-D WITH_MAPSERVER=TRUE ^
93
93
-D WITH_INTERNAL_SPATIALITE=TRUE ^
94
- -D BINDINGS_GLOBAL_INSTALL=FALSE ^
95
94
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
96
95
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
97
96
-D GEOS_LIBRARY=%OSGEO4W_ROOT% /lib/geos_c_i.lib ^
Original file line number Diff line number Diff line change 1
1
SET (ASTYLE_SRCS astyle_main.cpp ASBeautifier.cpp ASFormatter.cpp ASEnhancer.cpp ASResource.cpp )
2
2
ADD_EXECUTABLE (astyle ${ASTYLE_SRCS} )
3
- #SET_TARGET_PROPERTIES(astyle PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/scripts)
4
- INSTALL (TARGETS astyle DESTINATION ${CMAKE_SOURCE_DIR} /scripts )
3
+ SET_TARGET_PROPERTIES (astyle PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR} /scripts )
You can’t perform that action at this time.
0 commit comments