Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mag-core
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Scientific Software
Takin
mag-core
Commits
d146a348
Commit
d146a348
authored
6 years ago
by
Tobias WEBER
Browse files
Options
Downloads
Patches
Plain Diff
small build changes
parent
986b7227
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
tools/structfact/CMakeLists.txt
+5
-3
5 additions, 3 deletions
tools/structfact/CMakeLists.txt
with
5 additions
and
3 deletions
tools/structfact/CMakeLists.txt
+
5
−
3
View file @
d146a348
...
...
@@ -16,8 +16,8 @@ find_package(Qt5 REQUIRED COMPONENTS Core Gui Widgets OpenGL)
set
(
CMAKE_AUTOUIC TRUE
)
set
(
CMAKE_AUTOMOC TRUE
)
set
(
CMAKE_CXX_STANDARD
17
)
add_definitions
(
-std=c++
17
-fconcepts
)
set
(
CMAKE_CXX_STANDARD
20
)
add_definitions
(
-std=c++
2a
-fconcepts
)
add_definitions
(
${
Boost_CXX_FLAGS
}
)
include_directories
(
"
${
PROJECT_SOURCE_DIR
}
"
"
${
Boost_INCLUDE_DIRS
}
/.."
"../.."
...
...
@@ -46,4 +46,6 @@ qt5_use_modules(structfact Core Gui Widgets OpenGL)
# cif2xml tool
add_executable
(
cif2xml
cif2xml.cpp loadcif.h
)
target_link_libraries
(
cif2xml
)
target_link_libraries
(
cif2xml
# -static-libstdc++ -static-libgcc
)
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