From aee8233f162529abac7302649e7146c587605392 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 5 Oct 2016 15:49:26 -0500 Subject: Correct how include is used when located inside project --- config/cmake/UseJava.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v0.12