Skip to content

Commit

Permalink
Install BuildFlatBuffers.cmake (#7519)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Sep 10, 2022
1 parent a67e35a commit 8cdc6a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Expand Up @@ -701,7 +701,10 @@ if(FLATBUFFERS_INSTALL)

configure_file(CMake/flatbuffers-config-version.cmake.in flatbuffers-config-version.cmake @ONLY)
install(
FILES "CMake/flatbuffers-config.cmake" "${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-config-version.cmake"
FILES
"CMake/flatbuffers-config.cmake"
"CMake/BuildFlatBuffers.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/flatbuffers-config-version.cmake"
DESTINATION ${FB_CMAKE_DIR}
)

Expand Down

0 comments on commit 8cdc6a2

Please sign in to comment.