Skip to content

Commit 3ab1dd8

Browse files
committed
[FORK][FIX] Fix compilation with MASM on Windows
1 parent 1af8bc8 commit 3ab1dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if (CMAKE_VERSION VERSION_LESS 3.0)
8282
project(${PROJECT_NAME} C CXX)
8383
else()
8484
cmake_policy(SET CMP0048 NEW)
85-
project(${PROJECT_NAME} VERSION "${PROJECT_VERSION}" LANGUAGES C CXX)
85+
project(${PROJECT_NAME} VERSION "${PROJECT_VERSION}" LANGUAGES C CXX ASM)
8686
endif()
8787

8888
if (NOT CMAKE_SIZEOF_VOID_P EQUAL 8)

0 commit comments

Comments
 (0)