Skip to content
Snippets Groups Projects
Commit 4fd55270 authored by Alice Russell's avatar Alice Russell
Browse files

More changes to formatting in CMakeLists files

parent 8ca2d7f9
No related branches found
No related tags found
No related merge requests found
......@@ -139,9 +139,7 @@ target_link_libraries(LiveData LINK_PRIVATE ${PRIVATE_LINK_LIBRARIES})
# Add the unit tests directory
add_subdirectory(test)
#
# Installation settings
#
mtd_install_targets(TARGETS
LiveData
......
# GLOBs should be replaced with explicit listings
set(SRC_FILES
# Old TMP convertToMD code prepared for deprecation:
# src/CreateMDFitWorkspace.cpp
# end TMP
src/AccumulateMD.cpp
src/AndMD.cpp
src/BaseConvertToDiffractionMDWorkspace.cpp
......@@ -269,9 +266,7 @@ set(
# Test files. Other source files required.
set(TEST_FILES
#
# these tests are as they test verify different parts of the CPR algorithms
# CreateMDFitWorkspaceTest.h
AccumulateMDTest.h
AndMDTest.h
BooleanBinaryOperationMDTest.h
......@@ -442,10 +437,7 @@ target_link_libraries(MDAlgorithms
# Add the unit tests directory
add_subdirectory(test)
#
# Installation settings
#
mtd_install_targets(TARGETS
MDAlgorithms
INSTALL_DIRS
......
......@@ -29,10 +29,7 @@ target_link_libraries(MPIAlgorithms ${MANTIDLIBS})
# Add the unit tests directory
add_subdirectory(test)
#
# Installation settings
#
mtd_install_targets(TARGETS
MPIAlgorithms
INSTALL_DIRS
......
......@@ -77,9 +77,9 @@ if(COVERALLS)
endforeach(loop_var)
endif()
# Add a precompiled header where they are supported enable_precompiled_headers (
# inc/MantidAlgorithms/PrecompiledHeader.h SRC_FILES ) Add the target for this
# directory
# Add a precompiled header where they are supported
# enable_precompiled_headers (inc/MantidAlgorithms/PrecompiledHeader.h SRC_FILES )
# Add the target for this directory
add_library(Muon ${SRC_FILES} ${C_SRC_FILES} ${INC_FILES})
# Set the name of the generated library
set_target_properties(Muon
......@@ -110,9 +110,7 @@ target_link_libraries(Muon
# Add the unit tests directory
add_subdirectory(test)
#
# Installation settings
#
mtd_install_targets(TARGETS
Muon
......
......@@ -48,8 +48,5 @@ target_link_libraries(Nexus
# Add the unit tests directory
add_subdirectory(test)
#
# Installation settings
#
mtd_install_targets(TARGETS Nexus INSTALL_DIRS ${LIB_DIR} ${WORKBENCH_LIB_DIR})
......@@ -132,10 +132,7 @@ endif()
# Add the unit tests directory
add_subdirectory(test)
#
# Installation settings
#
mtd_install_targets(TARGETS
Parallel
INSTALL_DIRS
......
#
# Defines a rule to compile all of the Python files that have been installed as
# part of the package.
#
# CMake seems to put all of the current-level install commands "before" any sub-
# directories that you have added, even if you add them before the install rule.
#
# To ensure that this script runs after everything is installed it is in this
# subdirectory so that it can be the last thing added. It is at the Framework
# level so that a "Framework Only" build is still valid.
#
# When building the package CPack installs into
# ${DESTDIR}${CMAKE_INSTALL_PREFIX} but this should be evaluated at CPack time
......
......@@ -116,10 +116,7 @@ target_link_libraries(RemoteAlgorithms
# Add the unit tests directory
add_subdirectory(test) # Note: No tests yet for many remote algorithms...
#
# Installation settings
#
mtd_install_targets(TARGETS
RemoteAlgorithms
INSTALL_DIRS
......
......@@ -65,10 +65,7 @@ target_link_libraries(RemoteJobManagers
# Add the unit tests directory
add_subdirectory(test)
#
# Installation settings
#
mtd_install_targets(TARGETS
RemoteJobManagers
INSTALL_DIRS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment