Skip to content

Commit 8980906

Browse files
authored
Update CMakeLists.txt
1 parent ac7ea59 commit 8980906

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ SET ( CPPCORE_VERSION_PATCH 0 )
66
SET ( CPPCORE_VERSION ${CPPCORE_VERSION_MAJOR}.${CPPCORE_VERSION_MINOR}.${CPPCORE_VERSION_PATCH} )
77
SET ( PROJECT_VERSION "${CPPCORE_VERSION}" )
88

9-
find_package(SDL2 CONFIG REQUIRED)
109
find_package(GTest)
1110

1211
if( CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX )

0 commit comments

Comments
 (0)