Skip to content

Commit 3c67678

Browse files
author
Jonas Heinle
committed
fix
1 parent d108d92 commit 3c67678

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ target_link_libraries(${PROJECT_NAME} PUBLIC ${CMAKE_DL_LIBS}
134134
# enable compiler warnings
135135
myproject_warnings
136136
# enable sanitizers
137-
myproject_sanitizers
138-
# enable ipo
139-
ipo)
137+
myproject_options
138+
)
140139

141140
target_link_libraries(${PROJECT_NAME} PRIVATE GSL
142141
spdlog::spdlog)
@@ -175,7 +174,7 @@ include(cmake/CPackOptions.cmake)
175174
# out potential ABI related issues before they start, while helping you
176175
# track a build to a specific GIT SHA
177176
set(CPACK_PACKAGE_FILE_NAME
178-
"${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION}-${GIT_SHORT_SHA}-${CMAKE_SYSTEM_NAME}-${CMAKE_BUILD_TYPE}-${CMAKE_CXX_COMPILER_ID}-${CMAKE_CXX_COMPILER_VERSION}"
177+
"${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION}-${CMAKE_SYSTEM_NAME}-${CMAKE_BUILD_TYPE}-${CMAKE_CXX_COMPILER_ID}-${CMAKE_CXX_COMPILER_VERSION}"
179178
)
180179

181180
include(CPack)

0 commit comments

Comments
 (0)