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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user