Skip to content

Commit

Permalink
cmake: fixed embb finder and use file
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Winter committed May 16, 2017
1 parent a57f5ba commit 62fa7bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions EMBBConfig.cmake.in
Expand Up @@ -26,6 +26,6 @@
# find_package(EMBB NO_MODULE).

set(EMBB_VERSION @EMBB_BASE_VERSION_MAJOR@.@EMBB_BASE_VERSION_MINOR@.@EMBB_BASE_VERSION_PATCH@)
include("@INSTALL_PREFIX@/CMake/EMBB-Targets.cmake")
set(EMBB_INCLUDE_DIRS "@INSTALL_PREFIX@/include")
set(EMBB_USE_FILE "@INSTALL_PREFIX@/CMake/UseEMBB.cmake")
include("@CMAKE_INSTALL_PREFIX@/CMake/EMBB-Targets.cmake")
set(EMBB_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/include")
set(EMBB_USE_FILE "@CMAKE_INSTALL_PREFIX@/CMake/UseEMBB.cmake")
2 changes: 1 addition & 1 deletion UseEMBB.cmake.in
Expand Up @@ -25,4 +25,4 @@
# This file is used to set the include directories needed for using EMBB.
# The user is supposed to use it by calling include(${FLTK_USE_FILE}).

include_directories("@INSTALL_PREFIX@/include")
include_directories("@CMAKE_INSTALL_PREFIX@/include")

0 comments on commit 62fa7bb

Please sign in to comment.