Skip to content

Commit

Permalink
Denote conf file as an example.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Jan 12, 2024
1 parent 5ae1065 commit 97f596b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/linux/external/hostap/systemd/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/hostapd.conf
${CMAKE_CURRENT_BINARY_DIR}/hostapd.conf)
${CMAKE_CURRENT_BINARY_DIR}/hostapd.example.conf
)

configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/[email protected]
Expand All @@ -18,4 +19,4 @@ install(
FILES
${CMAKE_CURRENT_BINARY_DIR}/[email protected]
DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/systemd/system
)
)

0 comments on commit 97f596b

Please sign in to comment.