Skip to content

Commit

Permalink
Fixes to the prepare_externals.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 11, 2024
1 parent f50bed1 commit 304db78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prepare_externals.bat
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ cd "%CC_ASN1_COMMSDSL_SRC_DIR%"
echo "Building cc.asn1.commsdsl ..."
mkdir "%CC_ASN1_COMMSDSL_BUILD_DIR%"
cd %CC_ASN1_COMMSDSL_BUILD_DIR%
cmake -G %GENERATOR% %PLATFORM_PARAM% -S %CC_ASN1_COMMSDSL_SRC_DIR% -B %CC_ASN1_COMMSDSL_BUILD_DIR% ^
cmake %GENERATOR_PARAM% %PLATFORM_PARAM% -S %CC_ASN1_COMMSDSL_SRC_DIR% -B %CC_ASN1_COMMSDSL_BUILD_DIR% ^
-DCMAKE_INSTALL_PREFIX=%CC_ASN1_COMMSDSL_INSTALL_DIR% -DCMAKE_BUILD_TYPE=%COMMON_BUILD_TYPE% ^
-DCMAKE_CXX_STANDARD=%COMMON_CXX_STANDARD%
if %errorlevel% neq 0 exit /b %errorlevel%
Expand Down

0 comments on commit 304db78

Please sign in to comment.