twogood / unshield

Tool and library to extract CAB files from InstallShield installers
MIT License
340 stars 73 forks source link

Remove unused CMake variable in workflow. #155

Closed kratz00 closed 2 years ago

kratz00 commented 2 years ago

Fixes the following warning:

CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_BUILD_STATIC

The variables actual name is BUILD_STATIC, but it is not needed for the moment.