Browse Source

update install interface location

Rahul Sheth 6 years ago
parent
commit
6c33374491
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/CMakeLists.txt

+ 1 - 1
code/CMakeLists.txt

@@ -1095,7 +1095,7 @@ ADD_LIBRARY(assimp::assimp ALIAS assimp)
 TARGET_INCLUDE_DIRECTORIES ( assimp PUBLIC
   $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
   $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/../include>
-  $<INSTALL_INTERFACE:${CMAKE_INSTALL_PREFIX}/include>
+  $<INSTALL_INTERFACE:include>
 )
 
 IF(HUNTER_ENABLED)