File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
projectM-pulseaudio/cmake Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ SET(CPACK_SOURCE_TBZ2 ON)
1717#SET(CPACK_BINARY_TGZ ON)
1818#SET(CPACK_SOURCE_Z OFF)
1919SET (CPACK_PACKAGE_VERSION_MAJOR "2" )
20- SET (CPACK_PACKAGE_VERSION_MINOR "0 " )
21- SET (CPACK_PACKAGE_VERSION_PATCH "1 " )
20+ SET (CPACK_PACKAGE_VERSION_MINOR "1 " )
21+ SET (CPACK_PACKAGE_VERSION_PATCH "0 " )
2222
2323INCLUDE (CPack)
2424
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ SET(CPACK_SOURCE_TBZ2 ON)
1717#SET(CPACK_BINARY_TGZ ON)
1818#SET(CPACK_SOURCE_Z OFF)
1919SET (CPACK_PACKAGE_VERSION_MAJOR "2" )
20- SET (CPACK_PACKAGE_VERSION_MINOR "0 " )
21- SET (CPACK_PACKAGE_VERSION_PATCH "1 " )
20+ SET (CPACK_PACKAGE_VERSION_MINOR "1 " )
21+ SET (CPACK_PACKAGE_VERSION_PATCH "0 " )
2222
2323INCLUDE (CPack)
2424
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ SET(CPACK_SOURCE_TBZ2 ON)
1717#SET(CPACK_BINARY_TGZ ON)
1818#SET(CPACK_SOURCE_Z OFF)
1919SET (CPACK_PACKAGE_VERSION_MAJOR "2" )
20- SET (CPACK_PACKAGE_VERSION_MINOR "0 " )
21- SET (CPACK_PACKAGE_VERSION_PATCH "1 " )
20+ SET (CPACK_PACKAGE_VERSION_MINOR "1 " )
21+ SET (CPACK_PACKAGE_VERSION_PATCH "0 " )
2222
2323INCLUDE (CPack)
2424
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ cmake -DUSE_FTGL=${FTGL} -DCPACK_SOURCE_TGZ=${GZ} -DUSE_OPENMP=${OPENMP} -DCPACK
2929
3030make package_source
3131cp * .gz -f ${TARGET_DIR}
32- # cp *.bz2 -f ${TARGET_DIR}
3332cd ${OLDDIR}
3433}
3534
You can’t perform that action at this time.
0 commit comments