diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-05 20:49:26 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-05 20:49:26 (GMT) |
commit | aee8233f162529abac7302649e7146c587605392 (patch) | |
tree | 5808bde378b1e0eec4a2bf2e25d34793b4a3a8b3 /config/cmake | |
parent | c6bc6dbbfb8147cba40f8b4d1fcc9795c2ac1abc (diff) | |
download | hdf5-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.cmake | 2 |
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( |