Skip to content

Commit 7daa92c

Browse files
committed
Changes to be committed:
modified: CMakeLists.txt
1 parent d68f9de commit 7daa92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option(ae2f_IS_SHARED "" OFF)
99
include(cmake/Core.cmake)
1010

1111
# Soon will be doomed
12-
if(NOT _WIN32 AND ${ae2f_TEST})
12+
if(NOT WIN32 AND ${ae2f_TEST})
1313
link_libraries(m)
1414
endif()
1515

0 commit comments

Comments
 (0)