Use the same compilation flags for tests

This commit is contained in:
SChernykh
2022-05-09 17:57:31 +02:00
parent 134f2d68a3
commit 08ee599f79
3 changed files with 56 additions and 49 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ option(WITH_RANDOMX "Include the RandomX library in the build. If this is turned
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
if (${CMAKE_VERSION} VERSION_GREATER "3.5.2")
if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.6.0")
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT p2pool)
endif()