Skip to content

Commit

Permalink
BUG: removed '-' from cli name to make it Python PEP8 conform
Browse files Browse the repository at this point in the history
  • Loading branch information
che85 committed Mar 28, 2018
1 parent 6c725ca commit 8157d8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/sr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SEMMacroBuildCLI(

#include_directories(${CMAKE_CURRENT_SOURCE_DIR}/dcmtkplus)
SEMMacroBuildCLI(
NAME qiicrx-sr
NAME qiicrxSR
TARGET_LIBRARIES dcmqi
#ADDITIONAL_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/dcmtkplus/tidqiicrx.cc
EXECUTABLE_ONLY
Expand Down
2 changes: 1 addition & 1 deletion apps/sr/qiicrx-sr.cxx → apps/sr/qiicrxSR.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#include <dcmqi/tidqiicrx.h>

#include "qiicrx-srCLP.h"
#include "qiicrxSRCLP.h"

int main(int argc, char** argv){
PARSE_ARGS;
Expand Down
File renamed without changes.

0 comments on commit 8157d8f

Please sign in to comment.