Skip to content
Snippets Groups Projects
Unverified Commit 6ca98239 authored by Juan Ignacio Ubeira's avatar Juan Ignacio Ubeira Committed by GitHub
Browse files

Merge pull request #42 from ivanpauno/fix/find-gradle

Fixed problem to find gradlew when cross-compiling
parents d6261dec 5398a73e
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ macro(find_gradle)
${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_CURRENT_SOURCE_DIR}/../..
NO_DEFAULT_PATH
NO_CMAKE_FIND_ROOT_PATH
)
if(NOT ${PROJECT_NAME}_gradle_BINARY)
message(FATAL_ERROR "Could not find the gradle wrapper in this directory or below.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment