Skip to content

Commit

Permalink
Only pass CL_ARGS for later use
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 24, 2020
1 parent 97c404f commit cb0a388
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 cb0a388

Please sign in to comment.