Skip to content

Commit f1a95e4

Browse files
author
Pekka Nousiainen
committed
wl#7614 windows2.diff
cmake: try WIN32 to exclude windows
1 parent ae43091 commit f1a95e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/ndb/tools/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ INCLUDE_DIRECTORIES(
2323
${CMAKE_SOURCE_DIR}/storage/ndb/include/util
2424
${CMAKE_BINARY_DIR}/storage/ndb/tools)
2525

26-
IF(NOT WINDOWS)
26+
IF(NOT WIN32)
2727
ADD_CONVENIENCE_LIBRARY(ndbtools
2828
NdbImport.cpp
2929
NdbImportImpl.cpp
@@ -96,7 +96,7 @@ MYSQL_ADD_EXECUTABLE(ndb_restore
9696
COMPONENT ClusterTools)
9797
TARGET_LINK_LIBRARIES(ndb_restore ndbclient_static ndbNDBT)
9898

99-
IF(NOT WINDOWS)
99+
IF(NOT WIN32)
100100
MYSQL_ADD_EXECUTABLE(ndb_import
101101
ndb_import.cpp
102102
COMPONENT ClusterTools)

0 commit comments

Comments
 (0)