Skip to content

Commit 4fcb6f8

Browse files
committed
Fixed #28 (CMake doesn't compile samples by default)
1 parent 1a16989 commit 4fcb6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ add_subdirectory(Lib)
5353

5454
set(RAKNET_COMMON_LIBS RakNetLibStatic)
5555

56-
if( RAKNET_GENERATE_SAMPLES )
56+
if( RAKNET_ENABLE_SAMPLES )
5757
add_subdirectory(Samples)
5858
endif()

0 commit comments

Comments
 (0)