Skip to content

Commit

Permalink
Fixed Compilation Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmithcompsci committed Jul 25, 2021
1 parent 5dc2369 commit a5ff5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (not TARGET asio)
if (NOT TARGET asio)
message(FATAL_ERROR "requires ASIO ( https://github.com/chriskohlhoff/asio/ ) - otherwise you cannot continue!")
endif()

Expand Down

0 comments on commit a5ff5e9

Please sign in to comment.