Changeset 24005


Ignore:
Timestamp:
06/11/19 10:15:09 (6 years ago)
Author:
jdquinn
Message:

BUG: Should have been two patch files.

Location:
issm/trunk-jpl/externalpackages/cmake
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/externalpackages/cmake/configs/MacOS/High_Sierra/Utilities/cmcurl/CMakeLists.txt.patch

    r24003 r24005  
    1010   else()
    1111     set(CMAKE_USE_DARWINSSL OFF CACHE INTERNAL "enable Apple OS native SSL/TLS")
    12 --- Source/CPack/cmCPackDragNDropGenerator.cxx_orig     2017-08-29 08:45:50.000000000 +0200
    13 +++ Source/CPack/cmCPackDragNDropGenerator.cxx  2017-08-29 08:46:04.000000000 +0200
    14 @@ -12,6 +12,7 @@
    15  #include <iomanip>
    16  #include <map>
    17  #include <stdlib.h>
    18 +#include <algorithm>
    19 
    20  #include <CoreFoundation/CoreFoundation.h>
  • TabularUnified issm/trunk-jpl/externalpackages/cmake/install-macosx64-highsierra.sh

    r24004 r24005  
    1919# Patch
    2020patch install/Utilities/cmcurl/CMakeLists.txt configs/MacOS/High_Sierra/Utilities/cmcurl/CMakeLists.txt.patch
     21patch install/Source/CPack/cmCPackDragNDropGenerator.cxx configs/MacOS/High_Sierra/Source/CPack/cmCPackDragNDropGenerator.cxx.patch
    2122
    2223#Compile cmake
Note: See TracChangeset for help on using the changeset viewer.