Skip to content

Commit d93d6b3

Browse files
committed
drop the find_package for Java from cmake
it becomes problematic when the host and the container are on incompatible architectures
1 parent 7102040 commit d93d6b3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

common.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ option(PROJECT_VERSION "The version of the maven project" "unspecified")
44
option(IS_RELEASE "Whether this is a release build" OFF)
55
option(LINK_STATICALLY "Whether this is a release build" OFF)
66

7-
find_package(Java 1.8 REQUIRED)
8-
97
include_directories(
108
src/include
119
"$ENV{JAVA_HOME}/include"

0 commit comments

Comments
 (0)