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

INSTALL project is always disabled by default #925

Open
xezon opened this issue May 21, 2023 · 2 comments
Open

INSTALL project is always disabled by default #925

xezon opened this issue May 21, 2023 · 2 comments

Comments

@xezon
Copy link
Contributor

xezon commented May 21, 2023

INSTALL project is always disabled by default.

@xezon
Copy link
Contributor Author

xezon commented May 21, 2023

I can't figure out how to fix this.

Adding

if(BUILD_DLL)
    set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME thyme_dll)
endif()

before

project(thyme VERSION 1.04.0 LANGUAGES C CXX)

does not fix it.

@xezon
Copy link
Contributor Author

xezon commented May 28, 2023

Setting INSTALL as Startup Project in Visual Studio does not solve it either. Project remains disabled by default.

INSTALL

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

No branches or pull requests

1 participant