Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
libcifpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
libcifpp
Commits
07224779
Unverified
Commit
07224779
authored
Dec 05, 2023
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
find_program works a bit different than expected
parent
c031a3c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
.github/workflows/cmake-multi-platform.yml
+0
-1
CMakeLists.txt
+1
-1
No files found.
.github/workflows/cmake-multi-platform.yml
View file @
07224779
...
@@ -45,7 +45,6 @@ jobs:
...
@@ -45,7 +45,6 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release
-DCIFPP_DOWNLOAD_CCD=OFF
-S ${{ github.workspace }}
-S ${{ github.workspace }}
-
name
:
Build
-
name
:
Build
...
...
CMakeLists.txt
View file @
07224779
...
@@ -377,7 +377,7 @@ if(CIFPP_DOWNLOAD_CCD)
...
@@ -377,7 +377,7 @@ if(CIFPP_DOWNLOAD_CCD)
# decompress it ourselves.
# decompress it ourselves.
find_program
(
GUNZIP gunzip
)
find_program
(
GUNZIP gunzip
)
if
(
GUNZIP
)
if
(
NOT GUNZIP STREQUAL
"GUNZIP-NOTFOUND"
)
if
(
NOT EXISTS
"
${
COMPONENTS_CIF
}
.gz"
)
if
(
NOT EXISTS
"
${
COMPONENTS_CIF
}
.gz"
)
file
(
DOWNLOAD https://files.wwpdb.org/pub/pdb/data/monomers/components.cif.gz
${
COMPONENTS_CIF
}
.gz
file
(
DOWNLOAD https://files.wwpdb.org/pub/pdb/data/monomers/components.cif.gz
${
COMPONENTS_CIF
}
.gz
SHOW_PROGRESS STATUS CCD_FETCH_STATUS
)
SHOW_PROGRESS STATUS CCD_FETCH_STATUS
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment