Skip to content

Commit 0b87d3b

Browse files
committed
fixed format
1 parent 2d05684 commit 0b87d3b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ project(aligncount_cpp LANGUAGES CXX)
55
add_subdirectory(cpp/standalone standalone_build)
66

77
# Ensure the CLI gets installed into the wheel
8-
install(TARGETS AligncountStandalone RUNTIME DESTINATION bin)
8+
install(TARGETS AligncountStandalone RUNTIME DESTINATION bin)

cpp/standalone/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 20 OUTPUT_NAME "Al
2828

2929
target_link_libraries(${PROJECT_NAME} Aligncount::Aligncount cxxopts)
3030

31-
install(TARGETS AligncountStandalone
32-
RUNTIME DESTINATION bin
33-
COMPONENT Runtime)
31+
install(TARGETS AligncountStandalone RUNTIME DESTINATION bin COMPONENT Runtime)

0 commit comments

Comments
 (0)