Skip to content

Commit

Permalink
Merge pull request mavlink#490 from Dronecode/fix-cpp_rsc-install
Browse files Browse the repository at this point in the history
build system: don't install cpp_rsc
  • Loading branch information
julianoes authored Aug 16, 2018
2 parents ec74a3d + 812b1e9 commit 2033bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if(NOT MSVC)
include(third_party/cpp_rsc/cmake/modules/cpp_resource.cmake)
if(NOT ANDROID AND NOT IOS)
# If not cross-compiling, we can build cpp_rsc.
add_subdirectory(third_party/cpp_rsc/src)
add_subdirectory(third_party/cpp_rsc/src EXCLUDE_FROM_ALL)
else()
# For cross-compilation, re-use the binary from default.
set_property(GLOBAL PROPERTY CPPRSC_CMD ${CMAKE_CURRENT_BINARY_DIR}/../default/third_party/cpp_rsc/src/cpp_rsc)
Expand Down

0 comments on commit 2033bb2

Please sign in to comment.