Skip to content

Instantly share code, notes, and snippets.

View jamesobutler's full-sized avatar

James Butler jamesobutler

  • Chapel Hill, NC, USA
  • 03:35 (UTC -04:00)
View GitHub Profile
@jamesobutler
jamesobutler / CMakeLists.txt
Last active March 8, 2017 04:35 — forked from jcfr/CMakeLists.txt
CMake project allowing to build OpenSSL 32 and 64-bit for Windows and upload the associated "tar.gz" archives on http://packages.kitware.com
cmake_minimum_required(VERSION 2.8.10.2)
#
# This project allows to configure, build, archive and upload an OpenSSL install tree.
#
if(DEFINED UPLOAD_PACKAGE_SCRIPT)
set(MIDAS_URL "https://packages.kitware.com")
set(FOLDER_ID 203)