summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_directories/DirInInstallPrefix.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/include_directories/DirInInstallPrefix.cmake')
-rw-r--r--Tests/RunCMake/include_directories/DirInInstallPrefix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/include_directories/DirInInstallPrefix.cmake b/Tests/RunCMake/include_directories/DirInInstallPrefix.cmake
index d6f08bd..fab7717 100644
--- a/Tests/RunCMake/include_directories/DirInInstallPrefix.cmake
+++ b/Tests/RunCMake/include_directories/DirInInstallPrefix.cmake
@@ -1,4 +1,4 @@
-
+enable_language(CXX)
add_library(testTarget empty.cpp)
target_include_directories(testTarget INTERFACE "${CMAKE_INSTALL_PREFIX}/dir")