]> granicus.if.org Git - taglib/commitdiff
Small cleanups in CMakeLists.txt.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 26 Nov 2015 17:27:24 +0000 (02:27 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 26 Nov 2015 17:27:24 +0000 (02:27 +0900)
CMakeLists.txt

index 1b99fb5910057105d3d3ecd25e50d22dc689d2a0..985ceef69f084bdcb6ee154f00273e27d09eade7 100644 (file)
@@ -130,7 +130,7 @@ add_subdirectory(bindings)
 if(BUILD_TESTS)
   enable_testing()
   add_subdirectory(tests)
-endif(BUILD_TESTS)
+endif()
 add_subdirectory(examples)
 
 configure_file("${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.cmake" "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile")
@@ -141,7 +141,7 @@ find_program(CCACHE_FOUND ccache)
 if(CCACHE_FOUND)
   set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
   set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
-endif(CCACHE_FOUND)
+endif()
 
 # uninstall target
 configure_file(