Skip to content
Snippets Groups Projects
Commit c4b98ace authored by jcarpent's avatar jcarpent
Browse files

[Cosmetic] Remove useless file and lines in CMakeLists

parent 763e6ae3
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ SET(PROJECT_URL "http://github.com/stac-of-tasks/pinocchio")
SET(CXX_DISABLE_WERROR True)
SET(CMAKE_VERBOSE_MAKEFILE True)
project(${PROJECT_NAME})
SETUP_PROJECT()
IF(WIN32)
......@@ -205,4 +204,3 @@ IF (BUILD_BENCHMARK)
ENDIF (BUILD_BENCHMARK)
SETUP_PROJECT_FINALIZE()
SETUP_PROJECT_CPACK()
prefix=${CMAKE_INSTALL_PREFIX}
exec_prefix=${install_pkg_prefix}
libdir=${install_pkg_exec_prefix}/lib
includedir=${install_pkg_prefix}/include
datarootdir=${install_pkg_prefix}/share
docdir=${install_pkg_datarootdir}/doc/${PROJECT_NAME}
Name: ${PROJECT_NAME}
Description:
Version: ${PROJECT_VERSION}
Requires: ${PACKAGE_REQUIREMENTS}
Libs: ${LIBDIR_KW}${install_pkg_libdir} ${${PROJECT_NAME}_LDFLAGS}
Cflags: -I${install_pkg_include_dir} ${${PROJECT_NAME}_CXXFLAGS}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment