cginternals/cmake-init

Missing LATEX_COMPILER and LaTeX

Kiddinglife opened this issue · 1 comments

Hi guys,

$ ./configure debug
Configuring ...
-- Selecting Windows SDK version 10.0.17134.0 to target Windows 10.0.14393.
-- Could NOT find cppcheck (missing: cppcheck_EXECUTABLE)
-- Check cppcheck skipped: cppcheck not found
-- Could NOT find clang_tidy (missing: clang_tidy_EXECUTABLE)
-- Check clang-tidy skipped: clang-tidy not found
-- Lib baselib
-- Lib fiblib
-- Example fibcmd
-- Example fibgui

CMake Deprecation Warning at cmake/Custom.cmake:6 (cmake_policy):
  The OLD behavior for policy CMP0037 will be removed from a future version
  of CMake.
  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
  source/tests/CMakeLists.txt:19 (set_policy)

-- Test fiblib-test
-- Doc api-docs
-- Could NOT find LATEX (missing: LATEX_COMPILER)
-- Disabled generation of documentation (missing LaTeX).
-- Configuring done
-- Generating done
-- Build files have been written to: D:/cmake-init-master/build-debug

Project configured. To build the project, use

  cmake --build build-debug

I have installed MikeTex but still got the same mising.
Help needed.

Thanks.

solved out