Skip to content

Commit

Permalink
[cmake] fix FindCpluff
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnipex authored and FernetMenta committed Sep 17, 2015
1 parent 0726bff commit 9f25fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/cmake/modules/FindCpluff.cmake
Expand Up @@ -3,7 +3,7 @@ get_filename_component(expat_dir ${EXPAT_LIBRARY} PATH)
set(ldflags "-L${expat_dir}")
ExternalProject_ADD(libcpluff SOURCE_DIR ${CORE_SOURCE_DIR}/lib/cpluff
PREFIX ${CORE_BUILD_DIR}/cpluff
UPDATE_COMMAND ${UPDATE_COMMAND}
UPDATE_COMMAND autoreconf -vif
CONFIGURE_COMMAND CC=${CMAKE_C_COMPILER} ${CORE_SOURCE_DIR}/lib/cpluff/configure
--disable-nls
--enable-static
Expand Down

0 comments on commit 9f25fcd

Please sign in to comment.