summaryrefslogtreecommitdiffstats
path: root/chello/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'chello/CMakeLists.txt')
-rw-r--r--chello/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/chello/CMakeLists.txt b/chello/CMakeLists.txt
index c48ba4b..5edf186 100644
--- a/chello/CMakeLists.txt
+++ b/chello/CMakeLists.txt
@@ -1,5 +1 @@
add_library(hello_c SHARED hello.c)
-
-set_target_properties(hello_c PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
-)