summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-05 20:49:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-05 20:49:26 (GMT)
commitaee8233f162529abac7302649e7146c587605392 (patch)
tree5808bde378b1e0eec4a2bf2e25d34793b4a3a8b3 /config/cmake
parentc6bc6dbbfb8147cba40f8b4d1fcc9795c2ac1abc (diff)
downloadhdf5-aee8233f162529abac7302649e7146c587605392.zip
hdf5-aee8233f162529abac7302649e7146c587605392.tar.gz
hdf5-aee8233f162529abac7302649e7146c587605392.tar.bz2
Correct how include is used when located inside project
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/UseJava.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/UseJava.cmake b/config/cmake/UseJava.cmake
index 3ec2ddb..379dc7e 100644
--- a/config/cmake/UseJava.cmake
+++ b/config/cmake/UseJava.cmake
@@ -403,7 +403,7 @@
# Sets the directory where the header files will be generated. Same behavior as option
# '-d' of javah tool. If not specified, ${CMAKE_CURRENT_BINARY_DIR} is used as output directory.
-include(${CMAKE_CURRENT_LIST_DIR}/CMakeParseArguments.cmake)
+include(CMakeParseArguments)
function (__java_copy_file src dest comment)
add_custom_command(