mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 00:27:31 +00:00
CMake: Corrected variable check.
llvm-svn: 79030
This commit is contained in:
parent
e298b64a93
commit
4acb0629da
@ -29,7 +29,7 @@ set(sources
|
||||
X86FastISel.cpp
|
||||
)
|
||||
|
||||
if( CL_64 )
|
||||
if( CMAKE_CL_64 )
|
||||
enable_language(ASM_MASM)
|
||||
set(sources ${sources} X86CompilationCallback_Win64.asm)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user