File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
141140target_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
177176set (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
181180include (CPack)
You can’t perform that action at this time.
0 commit comments