Skip to content
Snippets Groups Projects
Commit 9558388c authored by Adam Wardynski's avatar Adam Wardynski
Browse files

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.
parent f8acea67
Branches
No related merge requests found
......@@ -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})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment