Skip to content
Snippets Groups Projects
Commit b1d3d823 authored by Martin Gels's avatar Martin Gels
Browse files

bug 1005: Update cmakefile

parent e06a2f99
No related branches found
No related tags found
No related merge requests found
find_path (HAVE_LINK_FCNP FCNP ${CMAKE_CURRENT_SOURCE_DIR})
if (HAVE_LINK_FCNP)
set (HAVE_LINK_FCNP TRUE CACHE BOOL "Have link FCNP?" FORCE)
execute_process(COMMAND rm -rf ${CMAKE_CURRENT_SOURCE_DIR}/FCNP )
endif (HAVE_LINK_FCNP)
execute_process(COMMAND ln -s ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/FCNP )
## ------------------------------------------------------------------------------
## Build the library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment