Skip to content

Commit 2029b07

Browse files
committed
CMake: Fix Install Warning
Fix #270: warning on install. The public header property is not needed here.
1 parent 8fad466 commit 2029b07

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ if(NOT Splash_HAVE_COLLECTIVE)
194194
endif()
195195

196196
# Splash headers
197-
set_target_properties(Splash PROPERTIES PUBLIC_HEADER
198-
include/splash/splash.h
199-
)
200197
target_include_directories(Splash PUBLIC
201198
$<BUILD_INTERFACE:${Splash_SOURCE_DIR}/src/include>
202199
$<BUILD_INTERFACE:${Splash_BINARY_DIR}/include>

0 commit comments

Comments
 (0)