Skip to content

Commit

Permalink
version 1.0.0 & rm cpack TGZ TBZ2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslepoix committed Feb 14, 2020
1 parent e898581 commit 66f1e9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy( VERSION 3.11 )

project( qucsrflayout
LANGUAGES CXX
VERSION 0.1.1
VERSION 1.0.0
DESCRIPTION "A tool to produce layout from qucs RF schematics (microstrip only for now)"
# HOMEPAGE_URL "https://github.com/thomaslepoix/Qucs-RFlayout"
)
Expand Down
2 changes: 1 addition & 1 deletion Qucs-RFlayout.pro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ INCLUDEPATH += \
$$PWD/src

DEFINES += \
QRFL_VERSION=\\\"0.1.1\\\"
QRFL_VERSION=\\\"1.0.0\\\"

target.path = $$PREFIX/bin
INSTALLS += target
Expand Down
2 changes: 1 addition & 1 deletion pack/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#set( CPACK_OUTPUT_FILE_PREFIX "${CMAKE_SOURCE_DIR}/out" )

if( UNIX AND NOT APPLE )
set( CPACK_GENERATOR TGZ TBZ2 TXZ DEB )
set( CPACK_GENERATOR TXZ DEB )
find_program( RPMBUILD rpmbuild )
if( RPMBUILD )
message( STATUS "Found rpmbuild: ${RPMBUILD}" )
Expand Down

0 comments on commit 66f1e9e

Please sign in to comment.