Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixMath
Commits
61b6294d
Commit
61b6294d
authored
May 11, 2021
by
Pierre Aubert
Browse files
Remove useless cmake command
parent
3df11e21
Pipeline
#118766
passed with stages
in 39 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
12 deletions
+0
-12
TESTS/CMakeLists.txt
TESTS/CMakeLists.txt
+0
-2
TESTS/TEST_MIN_MAX/CMakeLists.txt
TESTS/TEST_MIN_MAX/CMakeLists.txt
+0
-1
TESTS/TEST_PHISTOGRAM/CMakeLists.txt
TESTS/TEST_PHISTOGRAM/CMakeLists.txt
+0
-1
cmake/CMakeLists.txt
cmake/CMakeLists.txt
+0
-2
doc/CMakeLists.txt
doc/CMakeLists.txt
+0
-2
src/CMakeLists.txt
src/CMakeLists.txt
+0
-2
src/PHistogram/CMakeLists.txt
src/PHistogram/CMakeLists.txt
+0
-2
No files found.
TESTS/CMakeLists.txt
View file @
61b6294d
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
add_subdirectory
(
TEST_PHISTOGRAM
)
add_subdirectory
(
TEST_MIN_MAX
)
...
...
TESTS/TEST_MIN_MAX/CMakeLists.txt
View file @
61b6294d
project
(
Phoenix
)
add_executable
(
test_pmin_max main.cpp
)
...
...
TESTS/TEST_PHISTOGRAM/CMakeLists.txt
View file @
61b6294d
project
(
Phoenix
)
add_executable
(
test_phistogram main.cpp
)
...
...
cmake/CMakeLists.txt
View file @
61b6294d
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
include
(
createLinuxPackages.cmake
)
include
(
phoenix_base_project.cmake
)
...
...
doc/CMakeLists.txt
View file @
61b6294d
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
phoenix_create_doc
(
PhoenixMath Doxyfile.cmake
)
...
...
src/CMakeLists.txt
View file @
61b6294d
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
add_subdirectory
(
PHistogram
)
...
...
src/PHistogram/CMakeLists.txt
View file @
61b6294d
project
(
Phoenix
)
cmake_minimum_required
(
VERSION 2.8
)
file
(
GLOB headersFunction
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/*.h"
)
...
...
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