Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Nektar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
84
Issues
84
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
44
Merge Requests
44
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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