Skip to content

Commit

Permalink
Apply pre-commit
Browse files Browse the repository at this point in the history
Remove .cmake-format.py
  • Loading branch information
ManifoldFR committed Oct 16, 2024
1 parent 2521a1e commit 205391b
Show file tree
Hide file tree
Showing 83 changed files with 3,554 additions and 2,417 deletions.
239 changes: 0 additions & 239 deletions .cmake-format.py

This file was deleted.

5 changes: 1 addition & 4 deletions .docs/examples/minimal-with-packages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ add_project_dependency(Boost 1.50 REQUIRED COMPONENT timer)
add_library(myLibrary ${MY_SOURCES})
target_link_libraries(myLibrary MyDependency::MyAwesomeLib Boost::timer)

install(
TARGETS myLibrary
EXPORT ${TARGETS_EXPORT_NAME}
DESTINATION lib)
install(TARGETS myLibrary EXPORT ${TARGETS_EXPORT_NAME} DESTINATION lib)
Loading

0 comments on commit 205391b

Please sign in to comment.