Skip to content

Commit 9680287

Browse files
authored
Update Config.cmake
1 parent 5f7265c commit 9680287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (PYRO_PLATFORM_WINDOWING)
1919
else()
2020
# Set macros accordingly
2121
if(PYRO_PLATFORM_WINDOWING_SYSTEM STREQUAL "GLFW")
22-
add_definitions(-DPYRO_PLATFORM_WINDOWING_GLFW 1)
22+
add_definitions(-DPYRO_PLATFORM_WINDOWING_GLFW=1)
2323
set(PYRO_PLATFORM_WINDOWING_GLFW 1)
2424
set(PYRO_PLATFORM_WINDOWING_DIRNAME "Glfw")
2525
else()

0 commit comments

Comments
 (0)