diff options
author | <philippe colliot> | 2015-06-04 16:39:54 +0200 |
---|---|---|
committer | <philippe colliot> | 2015-06-04 16:39:54 +0200 |
commit | 768dde412c01f86c78f50b45432f652415cad356 (patch) | |
tree | 509e43502445dd82648366ab263a9ffb2050d3fa /src/poi-service/poi-server | |
parent | 36a4e2bd00ac36c0631a70372ca4777fe74762ee (diff) | |
download | poi-service-768dde412c01f86c78f50b45432f652415cad356.tar.gz |
under progress, still need to fix some paths issues
Diffstat (limited to 'src/poi-service/poi-server')
-rw-r--r-- | src/poi-service/poi-server/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/poi-service/poi-server/CMakeLists.txt b/src/poi-service/poi-server/CMakeLists.txt index 6963918..38cf342 100644 --- a/src/poi-service/poi-server/CMakeLists.txt +++ b/src/poi-service/poi-server/CMakeLists.txt @@ -76,5 +76,3 @@ set(LIBRARIES ) target_link_libraries(poi-server ${LIBRARIES}) - -install(TARGETS poi-server DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}) |