diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-14 22:15:36 +0100 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-14 22:15:36 +0100 |
commit | 1082b138301767a73877af30509712f7c6f5f6ee (patch) | |
tree | 6b2d3b8832dcdb03636cd76e823ef18eadc3f6be /src/CMakeLists.txt | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-1082b138301767a73877af30509712f7c6f5f6ee.tar re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.gz re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.bz2 re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.lz re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.xz re3-1082b138301767a73877af30509712f7c6f5f6ee.tar.zst re3-1082b138301767a73877af30509712f7c6f5f6ee.zip |
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dc204d17..ad72eb56 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,7 +36,7 @@ target_compile_definitions(${EXECUTABLE} PRIVATE $<IF:$<CONFIG:DEBUG>,DEBUG,NDEBUG> LIBRW - ${PROJECT}_NO_AUTOLINK + CMAKE_NO_AUTOLINK ) if(LIBRW_PLATFORM_D3D9) |