Skip to content

Commit b8d3584

Browse files
Adam Blakekblaschke
Adam Blake
authored andcommitted
Revisions to dependency versions and README, and added back CMakeLists.txt for testing
1 parent c60d813 commit b8d3584

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ make
3333
If all runs successfully, you should have an executable.
3434

3535
#### Linux
36-
[Note: 'make install' is broken at the moment. Just copy the binary 'projectMSDL' to your choice of run-path. E.g.]
36+
[Note: 'make install' is unimplemented at the moment. Just copy the binary 'projectMSDL' to your choice of run-path. E.g.]
3737
```shell
3838
cp src/projectMSDL ~/bin
3939
```

dependencies_check.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
if(projectM4_VERSION VERSION_LESS 3.1.13)
2-
message(FATAL_ERROR "libprojectM version 3.13 or higher is required. Version found: ${projectM4_VERSION}.")
1+
if(projectM4_VERSION VERSION_LESS 4.0.0)
2+
message(FATAL_ERROR "libprojectM version 4.0.0 or higher is required. Version found: ${projectM4_VERSION}.")
33
endif()
44

55
if(SDL2_VERSION VERSION_LESS 2.0.5)

test/CMakeLists.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)