Commit 818dd3872681a8abdb451da418874786d03d8f58

Martin Mitas 2016-10-03T20:38:11

Do not change build output dir. It causes filename coflict on Unix systems: Linker cannot output 'md2html' if a subdirectory of the same name exists.

1
2
3
4
5
6
7
8
9
10
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b1d53a..be468a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,5 @@ elseif(MSVC)
 endif()
 
 
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}")
 add_subdirectory(md4c)
 add_subdirectory(md2html)