Skip to content

Commit

Permalink
Merge pull request opencv#17096 from spectralio:java-cmake-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alalek committed Apr 17, 2020
2 parents fbaae7a + 1cce9db commit e59e978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/common.cmake)
macro(glob_more_specific_sources _type _root _output)
unset(_masks)
if(${_type} STREQUAL "H")
set(_masks "${_root}/cpp/*.h" "${root}/cpp/*.hpp")
set(_masks "${_root}/cpp/*.h" "${_root}/cpp/*.hpp")
elseif(${_type} STREQUAL "CPP")
set(_masks "${_root}/cpp/*.cpp")
elseif(${_type} STREQUAL "JAVA")
Expand Down

0 comments on commit e59e978

Please sign in to comment.