Skip to content

Commit 329a28f

Browse files
authored
Install boost_concurrent if Boost is not found (#1554)
1 parent 957b562 commit 329a28f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ if(SLANG_INCLUDE_INSTALL)
243243
COMPONENT slang_Development)
244244
install(
245245
FILES ${PROJECT_SOURCE_DIR}/external/boost_unordered.hpp
246+
${PROJECT_SOURCE_DIR}/external/boost_concurrent.hpp
246247
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
247248
COMPONENT slang_Development)
248249
endif()

0 commit comments

Comments
 (0)