Skip to content

Commit

Permalink
ETISSConfig.cmake.in: drop redundant ETISS_INCLUDES
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Jul 11, 2024
1 parent d1ee1d4 commit 9354877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ETISSConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ else()
endif()
set(ETISS_LIB_DIR "@CMAKE_INSTALL_PREFIX@/lib/")
set(ETISS_LIBRARIES "${ETISS_LIB_DIR}/${ETISS_SHLIB_DLL_PREFIX}ETISS${ETISS_SHLIB_DLL_SUFFIX}")
set(ETISS_INCLUDES "@CMAKE_INSTALL_PREFIX@/include/")

FIND_PACKAGE(Threads REQUIRED)
FIND_PACKAGE(Boost 1.48 COMPONENTS filesystem system program_options REQUIRED)
Expand Down

0 comments on commit 9354877

Please sign in to comment.