Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView
Commits
f353d7b1
Commit
f353d7b1
authored
Dec 04, 2018
by
Utkarsh Ayachit
⛰
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix keyword in `set_source_files_properties`
It is `PROPERTIES`, not `PROPERTY`.
parent
0e9e78b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Plugins/CDIReader/CMakeLists.txt
Plugins/CDIReader/CMakeLists.txt
+1
-1
No files found.
Plugins/CDIReader/CMakeLists.txt
View file @
f353d7b1
...
...
@@ -19,7 +19,7 @@ include_directories(
# Please leave these definitions in here and do not change them.
# We use the cdi library to read both, netCDF2 and netCDF4 data.
add_definitions
(
-DHAVE_LIBNETCDF -DHAVE_NETCDF2 -DHAVE_NETCDF4
)
set_source_files_properties
(
cdilib.c PROPERT
Y
C_STANDARD 99
)
set_source_files_properties
(
cdilib.c PROPERT
IES
C_STANDARD 99
)
vtk_module_warnings_disable
(
C
)
vtk_module_load
(
vtknetcdf
)
...
...
Utkarsh Ayachit
⛰
@utkarsh.ayachit
mentioned in commit
5ddb12b4
·
Dec 04, 2018
mentioned in commit
5ddb12b4
mentioned in commit 5ddb12b4872986e54a9fe7efeeb1adccebc7df5d
Toggle commit list
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