Skip to content

Commit cc84587

Browse files
author
jef
committed
don't build astyle in source directory
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15636 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 8839870 commit cc84587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/astyle/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
SET(ASTYLE_SRCS astyle_main.cpp ASBeautifier.cpp ASFormatter.cpp ASEnhancer.cpp ASResource.cpp)
22
ADD_EXECUTABLE(astyle ${ASTYLE_SRCS})
3-
SET_TARGET_PROPERTIES(astyle PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/scripts)
3+
#SET_TARGET_PROPERTIES(astyle PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/scripts)
4+
INSTALL(TARGETS astyle DESTINATION ${CMAKE_SOURCE_DIR}/scripts)

0 commit comments

Comments
 (0)