Skip to content

Commit b337a9c

Browse files
committed
Reformat CML.txt to pass lint
1 parent 74bd833 commit b337a9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if(OPTIONAL26_ENABLE_TESTING)
5252
BASE_DIRS src
5353
)
5454

55-
add_subdirectory(src/beman/optional26/tests)
55+
add_subdirectory(src/beman/optional26/tests)
5656
endif()
5757

5858
add_subdirectory(include/beman/optional26)

include/beman/optional26/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ target_sources(
1515
)
1616

1717
install(
18-
TARGETS beman_optional26
19-
FILE_SET beman_optional26_headers
20-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
21-
COMPONENT beman_optional26_development
18+
TARGETS beman_optional26
19+
FILE_SET beman_optional26_headers
20+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
21+
COMPONENT beman_optional26_development
2222
)

0 commit comments

Comments
 (0)