Commit 0cf42e41 authored by Pablo Toharia's avatar Pablo Toharia
Browse files

Default generator for building external dependencies with JAMBS bug fixed (4).

parent 7ac65a11
......@@ -131,11 +131,11 @@ if [[ -n "${JAMBS_TARGETS}" ]]; then
echo `pwd`
cmake .. \
cmake \
-DJAMBS_TARGETS="$JAMBS_TARGETS" \
-DCMAKE_BUILD_TYPE="$BUILD_TYPE" \
${BUILD_GENERATOR_PREFIX}"$BUILD_GENERATOR" \
${CMAKE_EXTRA_ARGS}
${CMAKE_EXTRA_ARGS} ..
echo \
cmake --build . --config ${BUILD_TYPE} -- ${GENERATOR_EXTRA_OPTIONS}
cmake --build . --config ${BUILD_TYPE} -- ${GENERATOR_EXTRA_OPTIONS}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment