fixed build for linux

This commit is contained in:
Lauchmelder 2022-02-28 17:52:23 +01:00
parent 7ffef5851d
commit 53a7baf91f
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
6 changed files with 9 additions and 8 deletions

View file

@ -6,7 +6,7 @@ cmake_minimum_required (VERSION 3.8)
project ("NES Emulator")
find_package(glfw3)
if(NOT ${GLFW3_FOUND})
if(NOT GLFW3_FOUND)
add_subdirectory("vendor/glfw")
endif()
add_subdirectory("vendor/glad")