Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
5fe2ff0b
Commit
5fe2ff0b
authored
Jul 27, 2021
by
Stephen
Browse files
Minor fixes
parent
6b298607
Changes
3
Hide whitespace changes
Inline
Side-by-side
Framework/Algorithms/CMakeLists.txt
View file @
5fe2ff0b
...
...
@@ -1042,12 +1042,6 @@ set_target_properties(Algorithms
COMPILE_DEFINITIONS
"IN_MANTID_ALGORITHMS"
)
set_target_properties
(
Algorithms
PROPERTIES OUTPUT_NAME
MantidAlgorithms
COMPILE_DEFINITIONS
"IN_MANTID_ALGORITHMS"
)
if
(
${
CMAKE_SYSTEM_NAME
}
MATCHES
"Darwin"
)
set_target_properties
(
Algorithms
PROPERTIES INSTALL_RPATH
...
...
Framework/CMakeLists.txt
View file @
5fe2ff0b
...
...
@@ -187,7 +187,7 @@ configure_package_config_file(${CMAKE_SOURCE_DIR}/buildconfig/CMake/MantidFramew
write_basic_package_version_file
(
${
CMAKE_CURRENT_BINARY_DIR
}
/MantidFrameworkConfigVersion.cmake
VERSION
1.0.0
VERSION
${
VERSION_MAJOR
}
.
${
VERSION_MINOR
}
.
${
VERSION_PATCH
}
COMPATIBILITY SameMajorVersion
)
install
(
FILES
...
...
buildconfig/CMake/MantidFrameworkConfig.cmake.in
View file @
5fe2ff0b
...
...
@@ -52,6 +52,7 @@ set(MODULES
RemoteAlgorithms
RemoteJobManagers
SINQ
ScriptRepository
Muon
Reflectometry
)
...
...
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