objectcomputing / mFAST

A FAST (FIX Adapted for STreaming) encoder/decoder
http://objectcomputing.github.io/mFAST
BSD 3-Clause "New" or "Revised" License
224 stars 112 forks source link

how to build the applications are not in the mFAST source tree #132

Closed rkyrahulyadav closed 6 months ago

rkyrahulyadav commented 6 months ago
CMake Error at CMakeLists.txt:7 (find_package):
  By not providing "FindmFAST.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "mFAST", but
  CMake did not find one.

  Could not find a package configuration file provided by "mFAST" with any of
  the following names:

    mFASTConfig.cmake
    mfast-config.cmake

  Add the installation prefix of "mFAST" to CMAKE_PREFIX_PATH or set
  "mFAST_DIR" to a directory containing one of the above files.  If "mFAST"
  provides a separate development package or SDK, be sure it has been
  installed.

getting the above error while building hello example outside the mFAST tree.