Skip to content

Commit

Permalink
Fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
janweinstock committed Jan 31, 2024
1 parent 43351f7 commit 512fc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif()

if(APPLE)
string(APPEND MWR_ENVVAR "DYLD_LIBRARY_PATH=${resources};")
elif(WIN32)
elseif(WIN32)
string(APPEND MWR_ENVVAR "PATH=${resources};")
else()
string(APPEND MWR_ENVVAR "LD_LIBRARY_PATH=${resources};")
Expand Down

0 comments on commit 512fc3f

Please sign in to comment.