opensim-org / opensim-core

SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
https://opensim.stanford.edu
Apache License 2.0
783 stars 316 forks source link

Cmake Error: cannot find analyze.exe #3642

Open zoukj opened 9 months ago

zoukj commented 9 months ago

I followed the build instructions, and tried to install opensim-core on windows 10. After I ran & 'opensim-core-windows-build-script.ps1' in PowerShell, it showed that

CMake Error at Applications/Analyze/cmake_install.cmake:39 (file):
  file INSTALL cannot find
  "C:/opensim-workspace/opensim-core-build/Release/analyze.exe": No such file
  or directory.
Call Stack (most recent call first):
  Applications/cmake_install.cmake:37 (include)
  cmake_install.cmake:143 (include)
zoukj commented 9 months ago

I can't find any .exe file in "C:/opensim-workspace/opensim-core-build/Release"