Minor code cleanup.
This commit is contained in:
+10
-1
@@ -60,6 +60,16 @@ find_package (LibZint 2.6 QUIET)
|
||||
find_package (Qt5Test 5.4 QUIET)
|
||||
|
||||
|
||||
#=======================================
|
||||
# Global compiler options
|
||||
#=======================================
|
||||
#
|
||||
# Uncomment to compile everything with aggressively pedantic options
|
||||
# (not recommended -- only for testing -- also not portable)
|
||||
#
|
||||
#add_compile_options("-Wall" "-Werror" "-Wpedantic")
|
||||
|
||||
|
||||
#=======================================
|
||||
# Unit Testing
|
||||
#=======================================
|
||||
@@ -67,7 +77,6 @@ if (Qt5Test_FOUND)
|
||||
enable_testing ()
|
||||
endif ()
|
||||
|
||||
|
||||
#=======================================
|
||||
# Subdirectories
|
||||
#=======================================
|
||||
|
||||
Reference in New Issue
Block a user