Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
4d376318
Commit
4d376318
authored
1 year ago
by
AlQuemist
Committed by
Wuttke, Joachim
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
App/CMakeLists.txt: rm previous mechanism external libraries
parent
57bfb99d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
App/CMakeLists.txt
+0
-6
0 additions, 6 deletions
App/CMakeLists.txt
with
0 additions
and
6 deletions
App/CMakeLists.txt
+
0
−
6
View file @
4d376318
...
@@ -118,12 +118,6 @@ if(BA_APPLE_BUNDLE)
...
@@ -118,12 +118,6 @@ if(BA_APPLE_BUNDLE)
# adjust MacOS bundle
# adjust MacOS bundle
set
(
MACPKG_ROOT_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/
${
destination_prefix
}
"
)
set
(
MACPKG_ROOT_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/
${
destination_prefix
}
"
)
set
(
MACPKG_MAIN_EXE
"
${
executable_name
}
"
)
set
(
MACPKG_MAIN_EXE
"
${
executable_name
}
"
)
# NOTE: Only cerf and formfactor libraries should be passed;
# other libraries will be found automatically.
set
(
MACPKG_EXTRA_LIBS
${
Cerf_LIBRARIES
}
${
FormFactor_LIBRARIES
}
)
# list of required Qt plugins (paths relative to Qt root dir)
# list of required Qt plugins (paths relative to Qt root dir)
set
(
MACPKG_QT_PLUGINS_RELDIR
"
${
QT6_INSTALL_PLUGINS
}
"
)
set
(
MACPKG_QT_PLUGINS_RELDIR
"
${
QT6_INSTALL_PLUGINS
}
"
)
set
(
MACPKG_QT_PLUGINS
set
(
MACPKG_QT_PLUGINS
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment