Skip to content

Commit

Permalink
v3.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
log0div0 committed Aug 19, 2022
1 parent 86370ad commit 56f6599
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy(SET CMP0091 NEW)

project(testo)

set(TESTO_VERSION "3.6.7")
set(TESTO_VERSION "3.6.8")

set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

Expand Down Expand Up @@ -52,7 +52,6 @@ include_directories(
add_subdirectory(3rd_party)

macro(add_package NAME)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/docs/eula.txt")
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}")
set(CPACK_PACKAGE_CONTACT "support@testo-lang.ru")
set(CPACK_OUTPUT_CONFIG_FILE CPackConfig.cmake)
Expand Down

0 comments on commit 56f6599

Please sign in to comment.