Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
7b9ef5a5
Commit
7b9ef5a5
authored
Jul 05, 2017
by
Dave Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor CMake issue
parent
a9a085f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
library/CMakeLists.txt
library/CMakeLists.txt
+1
-1
No files found.
library/CMakeLists.txt
View file @
7b9ef5a5
...
...
@@ -23,6 +23,6 @@ IF (NEKTAR_UTILITY_NEKMESH)
SUBDIRS
(
NekMeshUtils
)
ENDIF
()
IF
(
NEKTAR_UTILITY_FIELDCONVERT OR NEKTAR_BUILD_SOLVERS
)
IF
(
NEKTAR_UTILITY_FIELDCONVERT OR
NEKTAR_UTILITY_NEKMESH OR
NEKTAR_BUILD_SOLVERS
)
SUBDIRS
(
FieldUtils
)
ENDIF
()
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