Skip to content

Commit 266d233

Browse files
committed
Build libcurl.
1 parent 82deea4 commit 266d233

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/libCOMBINE.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: libCOMBINE
22

33
on:
4-
pull_request:
5-
branches: [ main ]
64
workflow_dispatch:
75

86
jobs:

.github/workflows/libcurl.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: libcurl
22

33
on:
4+
pull_request:
5+
branches: [ main ]
46
workflow_dispatch:
57

68
jobs:

src/3rdparty/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ add_package(zipper) # Requires zlib.
126126
add_package(libCellML) # Requires libxml2 and zlib.
127127
add_package(libCOMBINE) # Requires libSBML, libxml2, zipper, and zlib.
128128

129-
# if(NOT EMSCRIPTEN)
130-
# add_package(libcurl) # Requires libssh2, OpenSSL, and zlib.
131-
# endif()
129+
if(NOT EMSCRIPTEN)
130+
add_package(libcurl) # Requires libssh2, OpenSSL, and zlib.
131+
endif()
132132

133133
# add_package(libSEDML) # Requires libNuML and libSBML.
134134

0 commit comments

Comments
 (0)