Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons
Commits
7ad3c766
Commit
7ad3c766
authored
Aug 31, 2021
by
Pawel Sznajder
Browse files
correct brackets in CMakeList
parent
7d569f9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7ad3c766
...
@@ -121,7 +121,7 @@ find_package(Apfel++ REQUIRED)
...
@@ -121,7 +121,7 @@ find_package(Apfel++ REQUIRED)
find_package
(
LHAPDF REQUIRED
)
find_package
(
LHAPDF REQUIRED
)
# directories containing headers
# directories containing headers
include_directories
(
${
QT_INCLUDE_DIRS
}
${
ElementaryUtils_INCLUDE_DIR
}
${
NumA++_INCLUDE_DIR
}
${
SFML_INCLUDE_DIR
}
${
CLN_INCLUDE_DIR
}
$
(
GSL_INCLUDE_DIRS
)
${
Apfel++_INCLUDE_DIR
}
${
LHAPDF_INCLUDE_DIR
}
)
include_directories
(
${
QT_INCLUDE_DIRS
}
${
ElementaryUtils_INCLUDE_DIR
}
${
NumA++_INCLUDE_DIR
}
${
SFML_INCLUDE_DIR
}
${
CLN_INCLUDE_DIR
}
$
{
GSL_INCLUDE_DIRS
}
${
Apfel++_INCLUDE_DIR
}
${
LHAPDF_INCLUDE_DIR
}
)
include_directories
(
include
)
include_directories
(
include
)
# ENVIRONMENT VARIABLES ========================================================================
# ENVIRONMENT VARIABLES ========================================================================
...
...
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