Skip to content

Commit 6bec2eb

Browse files
kvankootenjeffamstutz
authored andcommitted
Removed duplicated option def which breaks windows debug build
1 parent a3b900e commit 6bec2eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

code_gen/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ option(INSTALL_PYTHON_BINDINGS "Install python bindings" OFF) # If turned on, dr
3535
cmake_dependent_option(LINK_BINDINGS_TO_RELEASE_PYTHON "Force the python bindings to implicitly link to a release python library on Windows, overriding possible debug python linking" OFF INSTALL_PYTHON_BINDINGS OFF)
3636

3737
option(INSTALL_LEGACY_PYTHON_BINDINGS "Install legacy python bindings" OFF) # If turned on, draws in all the custom targets below (generate_all)
38-
cmake_dependent_option(LINK_BINDINGS_TO_RELEASE_PYTHON "Force the python bindings to implicitly link to a release python library on Windows, overriding possible debug python linking" OFF INSTALL_LEGACY_PYTHON_BINDINGS OFF)
39-
4038

4139
set(API_JSON api/anari_core_1_0.json api/khr_frame_completion_callback.json)
4240

0 commit comments

Comments
 (0)