diff doc/CMakeLists.txt @ 818:49fa22f0b4b9

windows: support for VS2017
author David Demelier <markand@malikania.fr>
date Fri, 23 Nov 2018 21:50:20 +0100
parents 17367b6a99b4
children 06cc2f95f479
line wrap: on
line diff
--- a/doc/CMakeLists.txt	Mon Nov 19 07:04:42 2018 +0100
+++ b/doc/CMakeLists.txt	Fri Nov 23 21:50:20 2018 +0100
@@ -18,8 +18,6 @@
 
 project(doc)
 
-add_custom_target(docs ALL COMMENT "Generating documentation")
-
 if (IRCCD_HAVE_DOXYGEN)
 	add_subdirectory(doxygen)
 endif ()