[cpack_installer] few more small fixes to installer Jenkins scripts
This commit is contained in:
@@ -40,7 +40,7 @@ SET /a HALF_PROCESSORS = NUMBER_OF_PROCESSORS / 2
|
||||
|
||||
IF "%CMAKE_INCLUDE_WIX%"=="True" (
|
||||
REM Explicitly enable wix via command line arg for forensic logging
|
||||
SET EXTRA_CMAKE_OPTIONS=%EXTRA_CMAKE_OPTIONS% -DLY_WIX_PATH="%WIX%"
|
||||
SET CMAKE_OPTIONS=%CMAKE_OPTIONS% -DLY_WIX_PATH="%WIX%"
|
||||
) ELSE (
|
||||
REM Disable implicit enabling of windows packing by clearing out the wix variable
|
||||
SET WIX=
|
||||
|
||||
Reference in New Issue
Block a user