Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
33dbce25
Commit
33dbce25
authored
May 29, 2019
by
LEFEBVREJP email
Browse files
Changing check in radixsparsegrid from BUILD_SHARED_LIBS to NOT Windows.
parent
22a731dc
Pipeline
#57759
failed with stages
in 13 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixsparsegrids/CMakeLists.txt
View file @
33dbce25
...
...
@@ -14,7 +14,7 @@ SET(CXXHDR
SET
(
CXXLIB
${
SUBPACKAGE_FULLNAME
}
)
TRIBITS_ADD_LIBRARY
(
${
CXXLIB
}
SOURCES
${
CXXSRC
}
NOINSTALLHEADERS
${
CXXHDR
}
)
IF
(
${
PROJECT_NAME
}
_ENABLE_Fortran AND NOT
BUILD_SHARED_LIBS
)
IF
(
${
PROJECT_NAME
}
_ENABLE_Fortran AND
NOT
(
"
${
CMAKE_SYSTEM_NAME
}
"
STREQUAL
"Windows"
)
)
ADD_COMPILE_OPTIONS
(
"-ffree-line-length-none"
)
SET
(
F90SRC
sparsegrids_I.f90
...
...
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