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

Problems with ASM identification, using clcache on CMAKE #368

Description

@netmonitoring

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions