Skip to content

Commit b62b90b

Browse files
author
Enrico Steffinlongo
committed
Stop building memory-analyzer on Mac and Windows
1 parent 10c4bca commit b62b90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ add_subdirectory(symtab2gb)
122122
add_subdirectory(libcprover-cpp)
123123
add_subdirectory(goto-bmc)
124124

125-
if(UNIX OR WITH_MEMORY_ANALYZER)
125+
if((NOT WIN32 AND NOT APPLE) OR WITH_MEMORY_ANALYZER)
126126
add_subdirectory(memory-analyzer)
127127
endif()

0 commit comments

Comments
 (0)