Skip to content

Commit

Permalink
Merge pull request #1267 from mavlink/fix-cmake-list
Browse files Browse the repository at this point in the history
Fix Windows build when MAVSDK with SUPERBUILD is external project
  • Loading branch information
JonasVautherin authored Nov 24, 2020
2 parents 97c404f + cb0a388 commit 5e8aafa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/cmake/build_target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function(build_target TARGET_NAME)
"-G${CMAKE_GENERATOR}"
"${PLATFORM_ARGUMENT}"
"-DCMAKE_TOOLCHAIN_FILE:PATH=${CMAKE_TOOLCHAIN_FILE}"
"${CL_ARGS}"
"-DCL_ARGS=${CL_ARGS}"
"-DCMAKE_INSTALL_PREFIX:PATH=${TARGET_INSTALL_DIR}"
"-DCMAKE_PREFIX_PATH:PATH=${CMAKE_PREFIX_PATH}"
Expand Down

0 comments on commit 5e8aafa

Please sign in to comment.