Skip to content

Commit 8082239

Browse files
committed
Allow installing on Windows
1 parent a903fa1 commit 8082239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ if(UNICORN_BUILD_TESTS)
15071507
endif()
15081508

15091509

1510-
if(UNICORN_INSTALL AND NOT MSVC)
1510+
if(UNICORN_INSTALL)
15111511
include("GNUInstallDirs")
15121512
file(GLOB UNICORN_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/include/unicorn/*.h)
15131513
if (BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)