Skip to content

Commit

Permalink
Remove TPL library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Sep 4, 2024
1 parent b621ada commit 6c710f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ set(PY_BUILD_CMAKE_LIB_DIRECTORY ${PY_BUILD_CMAKE_PACKAGE_NAME}-${PY_BUILD_CMAKE

add_subdirectory(dakota EXCLUDE_FROM_ALL)

add_custom_target(dakota_for_python ALL DEPENDS environment dakota_src ${Dakota_TPL_LIBRARIES})
add_custom_target(dakota_for_python ALL DEPENDS environment dakota_src)

#install(TARGETS dakota
# RUNTIME
# COMPONENT dakota_for_python
# DESTINATION ${PY_BUILD_CMAKE_BIN_DIRECTORY})
# install(TARGETS dakota
# RUNTIME
# COMPONENT dakota_for_python
# DESTINATION ${PY_BUILD_CMAKE_BIN_DIRECTORY})

install(TARGETS dakota_src
LIBRARY
Expand Down

0 comments on commit 6c710f8

Please sign in to comment.