2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

Rename export directory

This commit is contained in:
Pansysk75
2024-06-18 12:10:13 -05:00
parent 280b8b3ec0
commit d62826e0f4

View File

@@ -301,7 +301,7 @@ function(boost_install_target)
PUBLIC_HEADER DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
)
export(TARGETS ${LIB} NAMESPACE Boost:: FILE cmake/${LIB}-targets.cmake)
export(TARGETS ${LIB} NAMESPACE Boost:: FILE export/${LIB}-targets.cmake)
if(MSVC)
if(TYPE STREQUAL "SHARED_LIBRARY")