Skip to content

Commit

Permalink
Rename c++ module to *.cppm like libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Jul 10, 2024
1 parent e1376e5 commit b3defa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asio-module/AsioConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function(add_asio_module NAME)
TYPE CXX_MODULES
BASE_DIRS ${ASIO_ROOT}
FILES
${ASIO_ROOT}/module/asio.cxx
${ASIO_ROOT}/module/asio.cppm
)
# cmake-format: on
target_link_libraries(${NAME} PUBLIC OpenSSL::SSL OpenSSL::Crypto)
Expand Down
File renamed without changes.

0 comments on commit b3defa4

Please sign in to comment.