search for: findpackagehandlestandardarg

Displaying 4 results from an estimated 4 matches for "findpackagehandlestandardarg".

2018 Nov 29
3
Errors in configuration for LLVM with CMake GUI
...eting WebAssembly > > Targeting X86 > > Targeting XCore > > Compiler-RT supported architectures: x86_64 > > Builtin supported architectures: x86_64 > > Builtin supported architectures: x86_64 > > CMake Error at C:/Program > Files/CMake/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 > (message): > Could NOT find Perl (missing: PERL_EXECUTABLE) > Call Stack (most recent call first): > C:/Program > Files/CMake/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 > (_FPHSA_FAILURE_MESSAGE) > C:/Program Files/CMake/share/cmake-3.13/Modul...
2017 May 29
0
[PATCH] Add CMake build script
...} ${PC_FFTW_INCLUDE_DIRS} ${FFTW_ROOT} PATH_SUFFIXES include) +find_library(FFTW_LIBRARY NAMES fftw3f HINTS ${PC_FFTW_LIBDIR} ${PC_FFTW_LIBRARY_DIRS} ${FFTW_ROOT} PATH_SUFFIXES lib) +# Handle the QUIETLY and REQUIRED arguments and set FFTW_FOUND +# to TRUE if all listed variables are TRUE. +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(FFTW DEFAULT_MSG FFTW_INCLUDE_DIR FFTW_LIBRARY) + +if (FFTW_FOUND) + set (FFTW_LIBRARIES ${FFTW_LIBRARY}) + set (FFTW_INCLUDE_DIRS ${FFTW_INCLUDE_DIR}) +endif (FFTW_FOUND) + +mark_as_advanced(FFTW_INCLUDE_DIR FFTW_LIBRARY) diff --git a/cmake/FindOgg.cmake b/cmak...
2018 Nov 29
2
Errors in configuration for LLVM with CMake GUI
...Targeting PowerPC Targeting Sparc Targeting SystemZ Targeting WebAssembly Targeting X86 Targeting XCore Compiler-RT supported architectures: x86_64 Builtin supported architectures: x86_64 Builtin supported architectures: x86_64 CMake Error at C:/Program Files/CMake/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find Perl (missing: PERL_EXECUTABLE) Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) C:/Program Files/CMake/share/cmake-3.13/Modules/FindPerl.cmake:75 (FIND_PACKAGE_...
2018 Nov 29
7
Errors in configuration for LLVM with CMake GUI
I probably need GCC for Git bash. And the one I have is MinGW's GCC, which is the one for Windows. I don't know why CMake is trying to find Linux headers. Hopefully someone who knows better what to do will weigh in here. @Jonathan Goodwin<mailto:jondgoodwin at gmail.com> , are you sure you didn't have to tell it where the header files for Windows are? If I need to specify