We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879235b commit 3d78257Copy full SHA for 3d78257
third-party/CMakeLists.txt
@@ -91,5 +91,5 @@ add_subdirectory(flatcc)
91
set_property(TARGET flatccrt PROPERTY POSITION_INDEPENDENT_CODE ON)
92
install(
93
TARGETS flatccrt
94
- DESTINATION ${CMAKE_BINARY_DIR}/lib
+ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/flatcc/lib
95
)
0 commit comments