Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cmake] INSTALL_DIR missing in CPackSetup.cmake in source code release v0.66 #563

Closed
StepinSilence opened this issue Jun 5, 2019 · 1 comment

Comments

@StepinSilence
Copy link

Hello.
I have downloaded the etterna v0.66 source code release(tarball). But I have a cmake issue because in the release tarball there is some code missing in 'CMake/Helpers/CPackSetup.cmake'.
The missing part is

# Custom Variables
set(INSTALL_DIR "Etterna")

To Reproduce
1.Download the source code release using wget(I downloaded tar.gz release).
2.Use tar to extract it and enter the directory.
3.Create a build folder and start configurations.
4.CMake will complain

CMake Error at CMake/Helpers/CPackSetup.cmake:51 (install):
  install FILES given no DESTINATION!
Call Stack (most recent call first):
  CMakeLists.txt:112 (include)

Expected behavior
CMake should create the Makefile without issues.

Desktop (please complete the following information):

  • OS: Fedora 30 x86_64 with KDE
@jameskr97
Copy link
Member

jameskr97 commented Jun 5, 2019

This is fixed in latest develop, and was pushed into master as-well. #559

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants