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
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixBinaryAnalyzer
Commits
e1fa21d3
Commit
e1fa21d3
authored
Dec 01, 2021
by
Pierre Aubert
Browse files
cmake_minimum_required(VERSION 2.8) to 3.0
parent
eb718993
Pipeline
#153377
passed with stages
in 45 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
TESTS/CMakeLists.txt
TESTS/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
e1fa21d3
project
(
Phoenix
)
cmake_minimum_required
(
VERSION
2.8
)
cmake_minimum_required
(
VERSION
3.0
)
add_subdirectory
(
cmake
)
...
...
TESTS/CMakeLists.txt
View file @
e1fa21d3
project
(
Phoenix
)
cmake_minimum_required
(
VERSION
2.8
)
cmake_minimum_required
(
VERSION
3.0
)
add_subdirectory
(
TEST_OFFSET_FINDER
)
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