CSS-Electronics / mdf4-converters

Convert your MDF4 log files into popular output formats
MIT License
54 stars 21 forks source link

CMake does not compile #1

Closed sresam89 closed 4 years ago

sresam89 commented 4 years ago

when doing a configure using

cmake Tools

CMake error at Tool/CMakeLists.txt:30 (pack_executable):
Unknown CMake command pack_executable 
cmake --verison
cmake version 3.10.2
g++ --version
g++ ubuntu 7.4.0.-1ubuntu~18.04.1) 7.4.0
MatinF commented 4 years ago

@sresam89 Thanks for the feedback, we'll look into this in the upcoming next release.

MatinF commented 4 years ago

@sresam89 can you try this out again with the latest builds? A lot of refactoring of the codebase has been done since last time.

MatinF commented 4 years ago

Closing this for now

angelo0027 commented 4 years ago

I encountered the same issue in 3.19.0-rc1 on Windows 10 x64

CMake Error at CMakeLists.txt:32 (pack_executable):
  Unknown CMake command "pack_executable".
MatinF commented 4 years ago

@angelo0027 just to check, are you sure you're using the latest version of the master? Can you let us know the specific steps you take in order for us to replicate this?