MakePortableZip.cmake 100 B

1234
  1. if (CMAKE_INSTALL_PREFIX MATCHES "/ZIP/")
  2. file(TOUCH "${CMAKE_INSTALL_PREFIX}/.portable")
  3. endif()