Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaudi
Gaudi
Merge requests
!1481
Minor fix in a CMake error message
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Minor fix in a CMake error message
master-patch-b37c
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Marco Clemencic
requested to merge
master-patch-b37c
into
master
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6487a260
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cmake/GaudiToolbox.cmake
+
1
−
1
Options
@@ -711,7 +711,7 @@ function(gaudi_add_tests type)
if
(
type STREQUAL
"QMTest"
)
if
(
NOT TARGET Python::Interpreter
)
message
(
FATAL_ERROR
"No python interpreter was found, call find_package(Python
COMPONENT
Interpreter) first."
)
message
(
FATAL_ERROR
"No python interpreter was found, call find_package(Python
REQUIRED
Interpreter) first."
)
endif
()
if
(
test_directory
)
Loading