Skip to content

Commit

Permalink
Use NOT instead of !
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Aug 23, 2015
1 parent 2e6e981 commit ddb62f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(tufao_SRC
)

add_definitions(-DTUFAO_LIBRARY)
if(!MSVC)
if(NOT MSVC)
add_definitions(
-Wall
-Wextra
Expand Down

0 comments on commit ddb62f5

Please sign in to comment.