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

WIP: build multiplier only using vcpkg #510

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

frabert
Copy link
Collaborator

@frabert frabert commented Jan 22, 2024

No description provided.

@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 6e41240 to 1e223da Compare January 23, 2024 15:25
CMakeLists.txt Outdated
@@ -25,7 +25,7 @@ endif()
list(PREPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")

include("cmake/system.cmake")
include("cmake/llvm.cmake")
#include("cmake/llvm.cmake")
include("cmake/linker.cmake")
Copy link
Contributor

@pgoodman pgoodman Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frabert Is this still needed? It does:

if(PLATFORM_LINUX)
  set(CMAKE_EXE_LINKER_FLAGS_INIT "-fuse-ld=lld")
  set(CMAKE_MODULE_LINKER_FLAGS_INIT "-fuse-ld=lld")
  set(CMAKE_SHARED_LINKER_FLAGS_INIT "-fuse-ld=lld")
endif(PLATFORM_LINUX)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like this should be some higher-level vcpkg thing.

@frabert frabert force-pushed the frabert/build-using-vcpkg branch from b88f636 to dbab145 Compare February 1, 2024 16:11
@frabert frabert force-pushed the frabert/build-using-vcpkg branch 9 times, most recently from ad71520 to 741152e Compare February 2, 2024 12:48
@frabert frabert force-pushed the frabert/build-using-vcpkg branch 4 times, most recently from dbafd9d to 4fa0717 Compare February 5, 2024 14:15
@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 4fa0717 to 43fec61 Compare February 5, 2024 14:18
@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 714b9f0 to 05c979e Compare February 5, 2024 14:31
@frabert frabert force-pushed the frabert/build-using-vcpkg branch from 7d5be22 to 8153292 Compare February 7, 2024 09:21
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

Successfully merging this pull request may close these issues.

2 participants