@@ -25,13 +25,13 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.28")
2525 set (_cxx_modules_directory_arg CXX_MODULES_DIRECTORY cxx-modules)
2626endif ()
2727
28- # Export HPXInternalTargets in the build directory. Use the EXPORT
29- # signature so CMake also generates the per-target C++ module metadata files.
28+ # Export HPXInternalTargets in the build directory. Use the EXPORT signature so
29+ # CMake also generates the per-target C++ module metadata files.
3030export (
3131 EXPORT HPXInternalTargets
3232 NAMESPACE HPXInternal::
3333 FILE "${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/${HPX_PACKAGE_NAME} /HPXInternalTargets.cmake"
34- ${_cxx_modules_directory_arg}
34+ ${_cxx_modules_directory_arg}
3535)
3636
3737# Export HPXInternalTargets in the install directory
@@ -44,13 +44,13 @@ install(
4444 COMPONENT cmake
4545)
4646
47- # Export HPXTargets in the build directory. Use the EXPORT signature so
48- # CMake also generates the per-target C++ module metadata files.
47+ # Export HPXTargets in the build directory. Use the EXPORT signature so CMake
48+ # also generates the per-target C++ module metadata files.
4949export (
5050 EXPORT HPXTargets
5151 NAMESPACE HPX::
5252 FILE "${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/${HPX_PACKAGE_NAME} /HPXTargets.cmake"
53- ${_cxx_modules_directory_arg}
53+ ${_cxx_modules_directory_arg}
5454)
5555
5656# Add aliases with the namespace for use within HPX
@@ -92,7 +92,7 @@ endif()
9292set (HPX_CONFIG_IS_INSTALL OFF )
9393configure_file (
9494 ${CMAKE_CURRENT_LIST_DIR} /templates/${HPX_PACKAGE_NAME}Config.cmake.in
95- "${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/${HPX_PACKAGE_NAME} /${HPX_PACKAGE_NAME} ConfigVersion .cmake"
95+ "${CMAKE_CURRENT_BINARY_DIR} /lib/cmake/${HPX_PACKAGE_NAME} /${HPX_PACKAGE_NAME} Config .cmake"
9696 ESCAPE_QUOTES
9797 @ONLY
9898)
0 commit comments