Skip to content

Commit d1cd29b

Browse files
committed
Fix build break
1 parent c6bbd58 commit d1cd29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SHMath/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,5 +225,5 @@ if((NOT WIN32) AND (NOT EXISTS "${CMAKE_CURRENT_BINARY_DIR}/sal/sal.h"))
225225
message(FATAL_ERROR "Failed to download sal.h: ${DOWNLOAD_ERROR}")
226226
endif()
227227

228-
target_include_directories(${PROJECT_NAME} INTERFACE "${CMAKE_CURRENT_BINARY_DIR}/sal")
228+
target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/sal")
229229
endif()

0 commit comments

Comments
 (0)