diff options
Diffstat (limited to 'Tests/RunCMake/include_directories/InstallPrefixInInterface.cmake')
-rw-r--r-- | Tests/RunCMake/include_directories/InstallPrefixInInterface.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Tests/RunCMake/include_directories/InstallPrefixInInterface.cmake b/Tests/RunCMake/include_directories/InstallPrefixInInterface.cmake deleted file mode 100644 index 8d777f5..0000000 --- a/Tests/RunCMake/include_directories/InstallPrefixInInterface.cmake +++ /dev/null @@ -1,11 +0,0 @@ - -enable_language(CXX) - -add_library(testTarget "${CMAKE_CURRENT_SOURCE_DIR}/empty.cpp") -target_include_directories(testTarget INTERFACE "${CMAKE_INSTALL_PREFIX}/foo") - -install(TARGETS testTarget EXPORT testTargets - DESTINATION lib -) - -install(EXPORT testTargets DESTINATION lib/cmake) |