diff --git a/CMakeLists.txt b/CMakeLists.txt index c2b65c0..a53311f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,7 @@ generate_documentation() unset(CMKR_TARGET) unset(CMKR_SOURCES) + # Target cmkr set(CMKR_TARGET cmkr) set(cmkr_SOURCES "") @@ -130,6 +131,7 @@ target_link_libraries(cmkr PRIVATE unset(CMKR_TARGET) unset(CMKR_SOURCES) + install( TARGETS cmkr diff --git a/cmake/cmkr.cmake b/cmake/cmkr.cmake index 1451bcb..993265e 100644 --- a/cmake/cmkr.cmake +++ b/cmake/cmkr.cmake @@ -2,7 +2,7 @@ include_guard() # Change these defaults to point to your infrastructure if desired set(CMKR_REPO "https://github.com/build-cpp/cmkr" CACHE STRING "cmkr git repository" FORCE) -set(CMKR_TAG "archive_5ad6134e" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) +set(CMKR_TAG "archive_af3807ca" CACHE STRING "cmkr git tag (this needs to be available forever)" FORCE) # Set these from the command line to customize for development/debugging purposes set(CMKR_EXECUTABLE "" CACHE FILEPATH "cmkr executable")