Skip to content

Commit

Permalink
CELIX-418: disable building docker dir in osx
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Jan 17, 2018
1 parent 06e4d11 commit 5f0bc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cmake_celix/DockerPackaging.cmake
Expand Up @@ -130,7 +130,7 @@ $<JOIN:$<TARGET_PROPERTY:${DOCKER_TARGET},DOCKER_PROPERTIES>,\\n\\
INPUT "${LAUNCHER_STAGE1}"
)

add_executable(${DOCKER_TARGET} ${LAUNCHER_SRC})
add_executable(${DOCKER_TARGET} EXCLUDE_FROM_ALL ${LAUNCHER_SRC})
# set_target_properties(${DOCKER_TARGET} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${DOCKER_LOC})
target_include_directories(${DOCKER_TARGET} PRIVATE ${CELIX_INCLUDE_DIRS})
target_link_libraries(${DOCKER_TARGET} PRIVATE ${CELIX_FRAMEWORK_LIBRARY} ${CELIX_UTILS_LIBRARY})
Expand Down

0 comments on commit 5f0bc1c

Please sign in to comment.