mirror of
https://github.com/ennorehling/cutest.git
synced 2024-12-22 07:52:21 +00:00
Make this stuff compile on MSVC
This commit is contained in:
parent
c5aa169c47
commit
51df8f5a71
@ -10,7 +10,7 @@ add_test (cutest CuTestTest)
|
||||
|
||||
IF (MSVC)
|
||||
find_package (MSVC MODULE)
|
||||
MSVC_CRT_SECURE_NO_WARNINGS (cutest CuTestTest)
|
||||
MSVC_CRT_SECURE_NO_WARNINGS (${PROJECT_NAME} CuTestTest)
|
||||
ENDIF (MSVC)
|
||||
|
||||
set (CUTEST_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "CuTest headers")
|
||||
|
Loading…
Reference in New Issue
Block a user