Use absolute path to FindPackageHandleStandardArgs.cmake everywhere

This is to avoid getting an (older) copy of FPHSA.cmake which is
e.g. installed with KDE 4.5.0 and 4.5.1.

Alex
This commit is contained in:
Alex Neundorf
2010-09-28 22:30:31 +02:00
parent 41e4f1a210
commit b01184022b
86 changed files with 86 additions and 86 deletions

View File

@@ -150,7 +150,7 @@ FIND_PROGRAM(Java_JAVAC_EXECUTABLE
PATHS ${_JAVA_PATHS}
)
include(FindPackageHandleStandardArgs)
include("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
if(Java_FIND_COMPONENTS)
foreach(component ${Java_FIND_COMPONENTS})
# User just want to execute some Java byte-compiled