File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ endif()
119
119
120
120
message (STATUS "cryptoTools options\n =======================================================" )
121
121
122
+ message (STATUS "Option: CRYPTO_TOOLS_STD_VER = ${CRYPTO_TOOLS_STD_VER} \n " )
123
+
122
124
message (STATUS "Option: FETCH_AUTO = ${FETCH_AUTO} " )
123
125
message (STATUS "Option: VERBOSE_FETCH = ${VERBOSE_FETCH} \n " )
124
126
@@ -142,7 +144,6 @@ message(STATUS "Option: ENABLE_PIC = ${ENABLE_PIC}")
142
144
message (STATUS "Option: ENABLE_ASAN = ${ENABLE_ASAN} \n\n " )
143
145
144
146
145
-
146
147
#############################################
147
148
# cryptoTools, tests, frontend #
148
149
#############################################
Original file line number Diff line number Diff line change @@ -200,10 +200,10 @@ macro(FIND_COPROTO)
200
200
201
201
set (COPROTO_COMPONENTS ${COPROTO_COMPONENTS} cpp${CRYPTO_TOOLS_STD_VER} )
202
202
203
- if ( "${CMAKE_BUILD_TYPE } " STREQUAL "Release"
204
- OR "${CMAKE_BUILD_TYPE } " STREQUAL "Debug"
205
- OR "${CMAKE_BUILD_TYPE } " STREQUAL "RelWithDebInfo" )
206
- set (COPROTO_COMPONENTS ${COPROTO_COMPONENTS} ${CMAKE_BUILD_TYPE } )
203
+ if ( "${CRYPTO_TOOLS_STD_VER } " STREQUAL "Release"
204
+ OR "${CRYPTO_TOOLS_STD_VER } " STREQUAL "Debug"
205
+ OR "${CRYPTO_TOOLS_STD_VER } " STREQUAL "RelWithDebInfo" )
206
+ set (COPROTO_COMPONENTS ${COPROTO_COMPONENTS} ${CRYPTO_TOOLS_STD_VER } )
207
207
endif ()
208
208
209
209
find_package (coproto ${COPROTO_DP} ${ARGN} COMPONENTS ${COPROTO_COMPONENTS} )
You can’t perform that action at this time.
0 commit comments