From 9558388c77042e6614b6246d4b8b1837b8529b9b Mon Sep 17 00:00:00 2001 From: Adam Wardynski <award@.(win7-laptop)> Date: Tue, 17 Jan 2012 16:57:15 +0100 Subject: [PATCH] Comment out seemingly errorneous and apparently unneeded line. Was causing troubles for cmake'ing MSVC projects, but apparently everything works without this line even for gcc makefile projects. --- poliqarp-library/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poliqarp-library/CMakeLists.txt b/poliqarp-library/CMakeLists.txt index a5561d8..c232c81 100644 --- a/poliqarp-library/CMakeLists.txt +++ b/poliqarp-library/CMakeLists.txt @@ -142,7 +142,7 @@ set(poliqarpd_SRC ) add_library(poliqarpc2 SHARED ${foostring_SRC} ${progress_SRC} ${unibits_SRC} ${common_SRC} ${sakura_SRC} ${BF_SOURCES} ${PoliqarpLibrary_BINARY_DIR}/sakura/parser.h) -add_dependencies(poliqarpc2 ${PoliqarpLibrary_BINARY_DIR}/sakura/parser.ha) +#add_dependencies(poliqarpc2 ${PoliqarpLibrary_BINARY_DIR}/sakura/parser.h) set_target_properties(poliqarpc2 PROPERTIES VERSION "${pqlib_ver_major}.${pqlib_ver_minor}" SOVERSION ${pqlib_ver_major}) -- GitLab