Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Problems with ASM identification, using clcache on CMAKE #368

Open
netmonitoring opened this issue Feb 4, 2020 · 0 comments
Open

Problems with ASM identification, using clcache on CMAKE #368

netmonitoring opened this issue Feb 4, 2020 · 0 comments

Comments

@netmonitoring
Copy link

There are problems with ASM identification, using clcache.

  • cmake version 3.15.5
  • clcache.py v4.2.0-dev
  • Python 3.8.1

project(${PROJECT_NAME} LANGUAGES C CXX ASM VERSION ${PROJECT_VERSION})

-- The ASM compiler identification is unknown
-- Found assembler: C:/Python381/Scripts/clcache.exe
-- Warning: Did not find file Compiler/-ASM

The workaround would be:

project(${PROJECT_NAME} LANGUAGES ASM C CXX VERSION ${PROJECT_VERSION})

-- The ASM compiler identification is MSVC
-- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe

But i am not sure either using clcache the ASM compiler should be found as C:/Python381/Scripts/clcache.exe or C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.24.28314/bin/Hostx64/x64/cl.exe

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

No branches or pull requests

1 participant