-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor revamp of the CMakeLists.txt. (#468)
The most important bit in here is to set CMAKE_CXX_STANDARD_REQUIRED to ON, so it builds in C++17 mode with clang. Besides that, cleanup a comment, and get rid of extra calls to target_link_libraries that aren't required (we can just combine that all into one call). Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information
1 parent
932540a
commit 0c59f03
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters