mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 14:58:02 -05:00
Some cleanups to cmake build process
This commit is contained in:
@@ -15,4 +15,4 @@ create_executable(
|
||||
PUBLIC_LINKED_TARGETS fmt spdlog::spdlog kami::libkami
|
||||
)
|
||||
|
||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${KAMI_VERSION_STRING})
|
||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${VERSION_STRING})
|
||||
|
||||
@@ -15,4 +15,4 @@ create_executable(
|
||||
PUBLIC_LINKED_TARGETS fmt spdlog::spdlog kami::libkami
|
||||
)
|
||||
|
||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${KAMI_VERSION_STRING})
|
||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${VERSION_STRING})
|
||||
|
||||
@@ -15,4 +15,4 @@ create_executable(
|
||||
PUBLIC_LINKED_TARGETS fmt spdlog::spdlog kami::libkami
|
||||
)
|
||||
|
||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${KAMI_VERSION_STRING})
|
||||
set_target_properties(${EXAMPLE_NAME} PROPERTIES VERSION ${VERSION_STRING})
|
||||
|
||||
Reference in New Issue
Block a user