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
a9468d1c
Unverified
Commit
a9468d1c
authored
Aug 31, 2021
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test in cmake file
parent
a29e3e8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
CMakeLists.txt
+3
-6
No files found.
CMakeLists.txt
View file @
a9468d1c
...
...
@@ -33,9 +33,8 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
# Only try to recreate SymOpTable_data.hpp if CCP4 is known
option
(
CCP4
"The location where ccp4 is installed"
""
)
if
(
DEFINED CCP4 AND EXISTS
${
CCP4
}
)
set
(
CCP4 $ENV{CCP4}
)
set
(
CLIBD
${
CCP4
}
/lib/data
)
elseif
(
NOT DEFINED CCP4 AND DEFINED $ENV{CCP4} AND
EXISTS $ENV{CCP4}
)
elseif
(
EXISTS $ENV{CCP4}
)
set
(
CCP4 $ENV{CCP4}
)
set
(
CLIBD
${
CCP4
}
/lib/data
)
endif
()
...
...
@@ -400,7 +399,4 @@ if(CIFPP_BUILD_TESTS)
WORKING_DIRECTORY
${
PROJECT_SOURCE_DIR
}
/test
)
endforeach
()
endif
()
message
(
"Still to do: package, tools, create symop_Data"
)
endif
()
\ No newline at end of file
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