summaryrefslogtreecommitdiff
path: root/indra/llimagej2coj
diff options
context:
space:
mode:
authorNicky <nicky.dasmijn@gmail.com>2022-05-01 00:38:40 +0200
committerNicky <nicky.dasmijn@gmail.com>2022-05-01 00:38:40 +0200
commit283c2a20cc4ef856076d287303c7143332b201fe (patch)
tree0e11e7f6fc06d3465b83d8a6ffa74c1759229a8b /indra/llimagej2coj
parent4c34a0275192cea26d1d63f59639275d1cbeda20 (diff)
Remove setting of HEADER_FILE_ONLY on .h* files, cmake automatically
sets the property on those.
Diffstat (limited to 'indra/llimagej2coj')
-rw-r--r--indra/llimagej2coj/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llimagej2coj/CMakeLists.txt b/indra/llimagej2coj/CMakeLists.txt
index ff7d75b709..93e85668dd 100644
--- a/indra/llimagej2coj/CMakeLists.txt
+++ b/indra/llimagej2coj/CMakeLists.txt
@@ -17,9 +17,6 @@ set(llimagej2coj_HEADER_FILES
llimagej2coj.h
)
-set_source_files_properties(${llimagej2coj_HEADER_FILES}
- PROPERTIES HEADER_FILE_ONLY TRUE)
-
list(APPEND llimagej2coj_SOURCE_FILES ${llimagej2coj_HEADER_FILES})
add_library (llimagej2coj ${llimagej2coj_SOURCE_FILES})