Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0cda5a4

Browse filesBrowse files
committed
Fix extern half include directories command in cmake
1 parent d6585e8 commit 0cda5a4
Copy full SHA for 0cda5a4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎test/CMakeLists.txt

Copy file name to clipboardExpand all lines: test/CMakeLists.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ function(make_test)
177177
target_include_directories(${target}
178178
PRIVATE
179179
${CMAKE_SOURCE_DIR}
180-
${CMAKE_CURRENT_SOURCE_DIR}
180+
${CMAKE_CURRENT_SOURCE_DIR})
181+
target_include_directories(${target}
181182
SYSTEM PRIVATE
182183
${ArrayFire_SOURCE_DIR}/extern/half/include
183184
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.